X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cd73950c9f7616255cf917e36a6e1a03627f860d..refs/heads/order_controller:/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(@_); }