commit dbd2fd8bac8e753a28c9d9411478ad98384f681b
parent 5b17ab82a451a41e7b0785d9af8dbd5ce4898ba8
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 29 Nov 2014 18:00:10 +0100
fuuuuu
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -86,13 +86,11 @@
if (wert == "ende") {
top.location.href = parent.frames[1].location.href;
} else {
+ alert(wert);
parent.frames["unten"].location.href = wert;
select.form.reset();
parent.frames["unten"].focus();
- } else {
- alert(wert);
- self.location.href=wert;
- }
+ }
}
}
</script>