Fixed Title

This commit is contained in:
2018-11-30 16:52:19 +00:00
parent 9358c3a560
commit 3cc6ff1ed7
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<html>
<head>
<title>Reading Stuffs</title>
<title>Formation Status</title>
<script src="https://www.gstatic.com/firebasejs/5.5.3/firebase.js"></script>
<script src="js/script.js"></script>
+3 -3
View File
@@ -28,7 +28,7 @@
setKeyHandle("location", eventSend);
setKeyHandle("alpha", cupSend);
setKeyHandle("bravo", cupSend);
setKeyHandle("customtime", cupSend)
setKeyHandle("customtime", eventSend)
var x = document.getElementById("write-box")
x.style.display = 'none'
}
@@ -104,8 +104,8 @@
Loading...
</div>
<br>
<br> Commanders Cup Points Update:<br> Alpha Companies Points (Current:<span id="alphacurrentpoints">Loading...</span>):
<input type="text" id="alpha"><br> Bravo Companies Points (Current:<span id="bravocurrentpoints">Loading...</span>):
<br> Commanders Cup Points Update:<br> Alpha Companies Points (Current: <span id="alphacurrentpoints">Loading...</span>):
<input type="text" id="alpha"><br> Bravo Companies Points (Current: <span id="bravocurrentpoints">Loading...</span>):
<input type="text" id="bravo"><br>
<input type="submit" value="Update" onclick="cupSend()">