Revision 579920a7
Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt
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.