X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-core.js;h=1d1a6c2a8fd8c7ae61021ce7545af8f35f325bc8;hb=5e83c6932c520fdbc8171e1f9c86ad8cade486dc;hp=00185092266e95042500dd12284450f2ea6f68ab;hpb=08572db1f1fc46d2d26ec63e93a7854529b4769c;p=mkws-moved-to-github.git diff --git a/src/mkws-core.js b/src/mkws-core.js index 0018509..1d1a6c2 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -165,7 +165,6 @@ mkws.setMkwsConfig = function(overrides) { perpage_options: [10, 20, 30, 50], sort_default: "relevance", perpage_default: 20, - query_width: 50, show_lang: true, /* show/hide language menu */ show_sort: true, /* show/hide sort menu */ show_perpage: true, /* show/hide perpage menu */ @@ -462,7 +461,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.