|
@ -272,7 +272,7 @@ function toggleFullScreen() { |
|
|
var goDebug = document.getElementById("goDebug"); |
|
|
var goDebug = document.getElementById("goDebug"); |
|
|
goDebug.addEventListener("click", function() { |
|
|
goDebug.addEventListener("click", function() { |
|
|
var stats_box = document.querySelector(".stats-box"); |
|
|
var stats_box = document.querySelector(".stats-box"); |
|
|
if (stats_box.style.display == "none") { |
|
|
if (stats_box.style.display != "inherit") { |
|
|
stats_box.style.display = "inherit"; |
|
|
stats_box.style.display = "inherit"; |
|
|
} else { |
|
|
} else { |
|
|
stats_box.style.display = "none"; |
|
|
stats_box.style.display = "none"; |
|
|