Revision 579920a7
Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
302 | 302 |
# emulate click for resubmitting actions |
303 | 303 |
$dispatch_to_popup = "document.do.${_}.click(); " for grep { /^action_/ } keys %$form; |
304 | 304 |
} |
305 |
$::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup})"); |
|
305 |
$::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup});");
|
|
306 | 306 |
|
307 | 307 |
|
308 | 308 |
my $follow_up_vc = $form->{ $form->{vc} eq 'customer' ? 'customer' : 'vendor' }; |
bin/mozilla/oe.pl | ||
---|---|---|
415 | 415 |
$::request->{layout}->add_javascripts_inline("alert('$credittext');"); |
416 | 416 |
} |
417 | 417 |
|
418 |
$::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup})"); |
|
418 |
$::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup});");
|
|
419 | 419 |
$TMPL_VAR{dateformat} = $myconfig{dateformat}; |
420 | 420 |
$TMPL_VAR{numberformat} = $myconfig{numberformat}; |
421 | 421 |
|
Auch abrufbar als: Unified diff
Vergessenes Semikolon in Inline-JavaScript gefixt.