Fixed Title
This commit is contained in:
@@ -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
@@ -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()">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user