rpicms

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

commit d9347a694fa0f8a61937940c2486d3f144433918
parent 843721bf170ed32d439ebc190caa8999fedc8b91
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 29 Nov 2014 17:39:43 +0100

why does javascript not work? :/

Diffstat:
Mthemes/jumbotron/index.php | 2+-
1 file changed, 1 insertion(+), 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.selectedIndex].value; if (wert == "leer") { select.form.reset();