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