Get rid of no-longer-needed mysterious extra mkws_resize_page() invocation.
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index e305ad5..f4124b4 100644 (file)
@@ -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) {