JS-Übersetzung immer in HEAD laden
[kivitendo-erp.git] / SL / Layout / None.pm
index 0a2f6ca..971ef85 100644 (file)
@@ -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(@_);
 }