Comment.
authorMike Taylor <mike@indexdata.com>
Tue, 9 Jul 2013 16:59:16 +0000 (17:59 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 9 Jul 2013 16:59:16 +0000 (17:59 +0100)
tools/htdocs/mkws.js

index 56a9059..57bc3f5 100644 (file)
@@ -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();
 }