X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-core.js;h=eb498c3c7a34de6af3ec7def42b51e06e46eff0c;hb=a22e1f2b5b099b8f121e5e64a0070eb4cc7b2a1e;hp=da57e9486a93c268f7ee9fd421e5dca674535b2b;hpb=b9ec634af85ea55b6241d4ffe1c23189a2840f26;p=mkws-moved-to-github.git diff --git a/src/mkws-core.js b/src/mkws-core.js index da57e94..eb498c3 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -275,7 +275,7 @@ if (mkws_config == null || typeof mkws_config != 'object') { } var status = $(data).find("status"); if (status.text() != "OK") { - alert("service proxy auth repsonse status: " + status.text() + ", give up!"); + alert("service proxy auth response status: " + status.text() + ", give up!"); return; } @@ -296,7 +296,6 @@ if (mkws_config == null || typeof mkws_config != 'object') { $(document).ready(function() { - log("on load ready"); defaultMkwsConfig(); if (mkws_config.query_width < 5 || mkws_config.query_width > 150) {