commit 5734fb22f42c39466882c1ee5855156ab5bce040
parent f2ef131a443924f4feb4f01dd3953b684559c200
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 20 Dec 2014 18:59:07 +0100
more tests
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/themes/jumbotron/test.php b/themes/jumbotron/test.php
@@ -27,6 +27,7 @@ header("Cache-Control: no-cache, must-revalidate, no-store");
var divs = document.getElementsByClassName("hide_");
for(var i=0;i<divs.length;i++) {
divs[i].style.display = "none";
+ divs[1].style.display = "none";
}
divid.style.display = "block";
}