X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/343ccc1ccca150c9bd4e9b59d8bde73297da3aba..bbf383bf0e93e42769263af14bdb53737832728a:/SL/Layout/V3.pm diff --git a/SL/Layout/V3.pm b/SL/Layout/V3.pm index ab50ef1ae..cc281673b 100644 --- a/SL/Layout/V3.pm +++ b/SL/Layout/V3.pm @@ -18,6 +18,14 @@ sub use_stylesheet { $self->SUPER::use_stylesheet(@_); } +sub use_javascript { + my $self = shift; + qw( + js/quicksearch_input.js + ), + $self->SUPER::use_javascript(@_); +} + sub pre_content { &render; }