commit 10544fbd9c399e484aaeeff894a544519857e053
parent c298401aaa089f8888620f224922b823fd79eed3
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 29 Nov 2014 17:29:52 +0100
some debugging
Diffstat:
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>