X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a23454bb1b039a31b7f77710ff663fa9152d530c..refs/heads/b-3.4.1:/SL/Layout/None.pm diff --git a/SL/Layout/None.pm b/SL/Layout/None.pm index 4a02d652a..72d3e75be 100644 --- a/SL/Layout/None.pm +++ b/SL/Layout/None.pm @@ -26,12 +26,12 @@ sub javascripts_inline { sub use_javascript { my $self = shift; qw( - js/jquery.js - js/common.js - js/namespace.js - js/kivi.js + jquery.js + common.js + namespace.js + kivi.js ), - 'js/locale/'. $::myconfig{countrycode} .'.js', + 'locale/'. $::myconfig{countrycode} .'.js', $self->SUPER::use_javascript(@_); }