diff --git a/index.html b/index.html
index 6e1cd93..2c5a4f5 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@
height: 100%;
}
.waititem {
- margin: 50% auto;
+ padding: 34% 20% 40% 30% ;
font-size: 50px;
font-family: cursive;
color: purple;
@@ -492,7 +492,7 @@
function toggle_graphs(state,chart) {
let args = Array.from(arguments);
let wait = document.querySelector(".waitboard");
- let sentinel = args[args.length-1];
+ let sentinel = args.length-1;
wait.style.display = "block";
function inner(i) {
if (state) {
@@ -515,10 +515,10 @@
window.onkeydown = function(e) {
switch (e.keyCode) {
case 191:
- alert("? help\nc ALL clear (toggle)\ni IST (toggle)\nh HSJ (toggle)\nf Field (toggle)\no outside (toggle)");
+ alert("? help\n\n---- toggle all ----\na ALL CLEAR (toggle)\n---- toggle indivisually ----\ni IST (toggle)\nh HSJ (toggle)\nf HUB (toggle)\no outside (toggle)");
break;
- case 67:
- toggle_graphs(tempchart.graphs[0].hidden, 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15);
+ case 65:
+ toggle_graphs(tempchart.graphs[0].hidden, 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14);
break;
case 73:
toggle_graphs(tempchart.graphs[3].hidden, 3,4,5,6,7);