Update updatestatus.html
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@
|
||||
<input type="text" id="time"><br>
|
||||
Location (i.e Gym, etc):
|
||||
<input type="text" id="location"><br>
|
||||
<input type="submit" value="Send" onclick="var array = {Date: document.getElementById('date').value, Uniform: document.getElementById('uniformtype').value, Location: document.getElementByID('location').value, Time: document.getElementByID('time').value};sendData('nextformation/', array);document.getElementById('date').value = '';document.getElementById('uniformtype').value = '';;document.getElementById('time').value = '';document.getElementById('location').value = ''">
|
||||
<input type="submit" value="Send" onclick="var array = {Date: document.getElementById('date').value, Uniform: document.getElementById('uniformtype').value, Location: document.getElementById('location').value, Time: document.getElementById('time').value};sendData('nextformation/', array);document.getElementById('date').value = '';document.getElementById('uniformtype').value = '';;document.getElementById('time').value = '';document.getElementById('location').value = ''">
|
||||
<br>
|
||||
<br>
|
||||
Commanders Cup Points Update:<br>
|
||||
|
||||
Reference in New Issue
Block a user