Update updatestatus.html

This commit is contained in:
2018-10-14 20:10:30 -04:00
committed by GitHub
parent e7270f1cc4
commit fbb6679d6e
+1 -1
View File
@@ -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>