X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/16a4b26b371125be2c386afdf7a27a579c7a96f4..9cd5c461ba9556b2da3db71303930b6e41aa1dba:/templates/webpages/layout/javascript_setup.js diff --git a/templates/webpages/layout/javascript_setup.js b/templates/webpages/layout/javascript_setup.js index 8deb9e945..3481502d5 100644 --- a/templates/webpages/layout/javascript_setup.js +++ b/templates/webpages/layout/javascript_setup.js @@ -3,9 +3,6 @@ [%- USE JSON %] kivi.myconfig = [% JSON.json(MYCONFIG) %]; $(function() { - setupPoints(kivi.myconfig.numberformat, '[% JavaScript.escape(LxERP.t8("wrongformat")) %]'); - setupDateFormat(kivi.myconfig.dateformat, '[% JavaScript.escape(LxERP.t8("Falsches Datumsformat!")) %]'); - $.datepicker.setDefaults( $.extend({}, $.datepicker.regional[kivi.myconfig.countrycode], { dateFormat: kivi.myconfig.dateformat.replace(/d+/gi, 'dd').replace(/m+/gi, 'mm').replace(/y+/gi, 'yy'),