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