X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f3548f890e3ec8e06d5a03bc76117d3649aa652a..f0043d32b9f730eba6ff0b32d18e0a692ae01e1b:/SL/Layout/None.pm diff --git a/SL/Layout/None.pm b/SL/Layout/None.pm index c3708bffc..971ef857a 100644 --- a/SL/Layout/None.pm +++ b/SL/Layout/None.pm @@ -28,7 +28,10 @@ sub use_javascript { qw( js/jquery.js js/common.js + js/namespace.js + js/kivi.js ), + 'js/locale/'. $::myconfig{countrycode} .'.js', $self->SUPER::use_javascript(@_); }