rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 9abf107a28af66db6a895ccc7b34a0b4ee8e5c6c
parent 5734fb22f42c39466882c1ee5855156ab5bce040
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 19:00:44 +0100

Ooops

Diffstat:
Mthemes/jumbotron/test.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/test.php b/themes/jumbotron/test.php @@ -27,7 +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"; + divs[1].style.display = "block"; } divid.style.display = "block"; }