mkwsLang as well as mkwsSwitch is hidden on narrow screens.
authorMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 12:51:09 +0000 (12:51 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 12:51:09 +0000 (12:51 +0000)
Remove extraneous logging.

tools/htdocs/mkws.js

index fe82c5c..6a39166 100644 (file)
@@ -1338,11 +1338,10 @@ function _mkws_jquery_plugin ($) {
 
 
     mkws.resize_page = function () {
-       var list = ["mkwsSwitch"];
+       var list = ["mkwsSwitch", "mkwsLang"];
 
        var width = mkws_config.responsive_design_width;
        var parent = $(".mkwsTermlists").parent();
-       log("parent = " + parent + ", length = " + parent.length);
 
        if ($(window).width() <= width &&
            parent.hasClass("mkwsTermlistContainer1")) {