From 32cb90ee828453942c86c215a654bb2380df65e5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 9 Jul 2013 17:59:16 +0100 Subject: [PATCH] Comment. --- tools/htdocs/mkws.js | 1 + 1 file changed, 1 insertion(+) 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(); } -- 1.7.10.4