X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fhtdocs%2Fmkws.js;h=b8a92a7786f8e67cf1648949565a9c3ada06da8e;hb=c9ac5649e3ca4351f3ce03584d675b3993df181f;hp=e3f02a27afbf0018a92ef00aa24c2d1e5028b124;hpb=831fd7b851d062e56a476013048e789febbb625d;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index e3f02a2..b8a92a7 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -14,12 +14,12 @@ if (mkws_config == null || typeof mkws_config != 'object') { } // wrapper for jQuery lib -function _mkws($) { - // if (console && console.log) console.log("run _mkws()"); +function _make_mkws_team($) { + // if (console && console.log) console.log("run _make_mkws_team()"); // call this function only once if (mkws.init) { - alert("_mkws() called twice: how did that happen?!"); + alert("_make_mkws_team() called twice: how did that happen?!"); return; } @@ -1353,13 +1353,13 @@ function _mkws_jquery_plugin ($) { }); }; -// wrapper to call _mkws after page load +// wrapper to call _make_mkws_team() after page load (function (j) { // enable before page load, so we could call it before mkws() runs _mkws_jquery_plugin(j); $(document).ready(function() { // if (console && console.log) console.log("on load ready"); - _mkws(j); + _make_mkws_team(j); }); })(jQuery);