commit eb6aeb443f7d255ee229d3a8841e4be775d2e315 parent dbd2fd8bac8e753a28c9d9411478ad98384f681b Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 29 Nov 2014 18:03:00 +0100 should work now Diffstat:
| M | themes/jumbotron/index.php | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -84,12 +84,11 @@ return; } else { if (wert == "ende") { - top.location.href = parent.frames[1].location.href; + top.location.href = location.href; } else { alert(wert); - parent.frames["unten"].location.href = wert; - select.form.reset(); - parent.frames["unten"].focus(); + location.href = wert; + } } }