From: Mike Taylor Date: Tue, 9 Jul 2013 16:59:16 +0000 (+0100) Subject: Comment. X-Git-Tag: 0.9.1~300 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=32cb90ee828453942c86c215a654bb2380df65e5 Comment. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 56a9059..57bc3f5 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -199,6 +199,7 @@ 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_mobile_resize(); }