projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117fefa
)
JavaScript-Syntax-Fehler bei Kreditlimit-Warnung
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 30 Jan 2013 10:58:47 +0000
(11:58 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 30 Jan 2013 10:58:47 +0000
(11:58 +0100)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
8b39c66
..
26d6070
100644
(file)
--- 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})");