Conflicts:
tools/htdocs/mkws.js
filters: []
};
-/*
- * global config object: mkws_config
- *
- * Needs to be defined in the HTML header before including this JS file.
- * Define empty mkws_config for simple applications that don't define it.
- */
+// Define empty mkws_config for simple applications that don't define it.
- if (!mkws_config)
+ if (mkws_config == null || typeof mkws_config != 'object') {
var mkws_config = {};
+ }
-// Wrapper for jQuery
-(function ($) {
+// wrapper for jQuery lib
+function _mkws($) {
+ // if (console && console.log) console.log("run _mkws()");
+
+ // call this function only once
+ if (mkws.init) return;
mkws.locale_lang = {
"de": {