X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-core.js;h=00716bce9af4929c8cb9456a1eefde048e7eab3c;hb=868a9d3bda5586bb774d8f9da4a6f7158c7057e3;hp=6b71bc1d5455652be639da8b7d381df5df7c8b06;hpb=c1bd11003bc594199803e0012dcb8f114c8b99af;p=mkws-moved-to-github.git diff --git a/src/mkws-core.js b/src/mkws-core.js index 6b71bc1..00716bc 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -159,7 +159,7 @@ mkws.setMkwsConfig = function(overrides) { service_proxy_auth: undefined, sp_auth_path: "service-proxy/", sp_auth_query: "command=auth&action=perconfig", - sp_auth_credentials: "XXX/XXX", // Should be undefined: see bug MKSP-125. + sp_auth_credentials: undefined, lang: "", sort_options: [["relevance"], ["title:1", "title"], ["date:0", "newest"], ["date:1", "oldest"]], perpage_options: [10, 20, 30, 50], @@ -462,7 +462,7 @@ mkws.log("Using window.name '" + window.name + "'"); // This is the old version, which works by telling jQuery to // find every node that has a class beginning with "mkws". In // theory it should be slower than the class-based selector; but - // instrumentation suprisnigly shows this is consistently + // instrumentation suprisingly shows this is consistently // faster. It also has the advantage that any widgets of // non-registered types are logged as warnings rather than // silently ignored.