From 0710af696dd6818306c9ec9880ede7a92eed35d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 30 Jan 2013 11:58:47 +0100 Subject: [PATCH] JavaScript-Syntax-Fehler bei Kreditlimit-Warnung --- bin/mozilla/oe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 8b39c6627..26d607076 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -413,7 +413,7 @@ sub form_header { # emulate click for resubmitting actions $dispatch_to_popup = "document.oe.${_}.click(); " for grep { /^action_/ } keys %$form; } elsif ($creditwarning) { - $::request->{layout}->add_javascripts_inline("alert('$credittext')"); + $::request->{layout}->add_javascripts_inline("alert('$credittext');"); } $::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup})"); -- 2.20.1