X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2Fmkws.js;h=317027cec725a6e05a53c68abf1ffb0041691108;hb=3bf6bcb8ee9b923acc06fff0e02f9b5e8978e56b;hp=a45600d6472b7eb6fcd2090d5b83cd0623091cd0;hpb=e640546ab2c7a95d4a17cf0e837c5c6bee4edac4;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index a45600d..317027c 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -463,7 +463,7 @@ function mkws_html_all(data) { // document.search.query being undefined, hence the raw HTML. debug("HTML search form"); $("#mkwsSearch").html('\ -
\ + \ \ \
'); @@ -477,7 +477,7 @@ function mkws_html_all(data) { \ \
\ -
\ + \ ' + M('Sort by') + mkws_html_sort(config) + '\ ' + M('and show') + ' ' + mkws_html_perpage(config) + '\ ' + M('per page') + '.\ @@ -488,8 +488,7 @@ function mkws_html_all(data) {
\ \ \ - \ -
'); + '); mkws_html_switch(config); if (mkws_config.use_service_proxy) @@ -657,7 +656,8 @@ jQuery.extend({ function debug(string) { if (!mkws_debug) return; - + + var console; // IE8 quirks if (!console) { /* ARGH!!! */ return; }