rpicms

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

commit 10544fbd9c399e484aaeeff894a544519857e053
parent c298401aaa089f8888620f224922b823fd79eed3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 29 Nov 2014 17:29:52 +0100

some debugging

Diffstat:
Mthemes/jumbotron/index.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -76,7 +76,7 @@ <![endif]--> <script type="text/javascript"> - function Go (select) { + function Go(select) { var wert = select.options[select.options.selectedIndex].value; if (wert == "leer") { select.form.reset(); @@ -91,6 +91,7 @@ parent.frames["unten"].focus(); } } + alert(wert); } </script> </head>