Layout: Javascript includes richtig escapen.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 17 Mar 2015 10:22:04 +0000 (11:22 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 17 Mar 2015 10:22:04 +0000 (11:22 +0100)
templates/webpages/layout/javascript_setup.js

index 7346ca3..2746ed7 100644 (file)
@@ -1,8 +1,9 @@
 [%- USE T8 %]
+[%- USE JSON %]
 $(function() {
 [% IF datefmt %]
-  setupPoints('[% MYCONFIG.numberformat %]', '[% 'wrongformat' | $T8 %]');
-  setupDateFormat('[% MYCONFIG.dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
+  setupPoints([% JSON.json(MYCONFIG.numberformat) %], '[% 'wrongformat' | $T8 %]');
+  setupDateFormat([% JSON.json(MYCONFIG.dateformat) %], '[% 'Falsches Datumsformat!' | $T8 %]');
 
   $.datepicker.setDefaults(
     $.extend({}, $.datepicker.regional["[% MYCONFIG.countrycode %]"], {