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