X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fhtdocs%2Fmkws.js;h=57bc3f5f41fce0b4c7236cedebe3905ceae59f1f;hb=32cb90ee828453942c86c215a654bb2380df65e5;hp=56a905940a55c62016be788689603b067389c3b9;hpb=f38e3b7c6f9c11c6626c8e07aec6e721a576885e;p=mkws-moved-to-github.git 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(); }