From: Mike Taylor Date: Wed, 10 Jul 2013 12:00:31 +0000 (+0100) Subject: Get rid of no-longer-needed mysterious extra mkws_resize_page() invocation. X-Git-Tag: 0.9.1~275^2~8 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=31591e2125c5f0560acc2b862d6e4ab836d7652e Get rid of no-longer-needed mysterious extra mkws_resize_page() invocation. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index e305ad5..f4124b4 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -198,10 +198,6 @@ function my_onterm(data) { var termlist = document.getElementById("mkwsTermlists"); replaceHtml(termlist, acc.join('')); - - // ### I don't believe these lines should be necessary (but they are) - if (mkws_config.responsive_design) - mkws_resize_page(); } function add_single_facet(acc, caption, data, max, cclIndex) {