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