rpicms

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

commit 9f8496d4978d6f1dd1f8faf703b711745f58f9d3
parent d89fddda1889757e279f02c2eb82602f210b0836
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 29 Nov 2014 17:53:52 +0100

add redirect (mavbe correct)

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 @@ -90,7 +90,7 @@ select.form.reset(); parent.frames["unten"].focus(); } else { - location.href = wert; + window.document.location.href = wert; } } }