commit 829c178ca3a01103a0bd704de994d1b658e50c36 parent 9f8496d4978d6f1dd1f8faf703b711745f58f9d3 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 29 Nov 2014 17:56:23 +0100 I normaly don't use javascript :P Diffstat:
| M | themes/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 { - window.document.location.href = wert; + self.location.href=wert; } } }