Licence: GPL
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index fe82c5c..40cde79 100644 (file)
@@ -1,4 +1,7 @@
-/*! MKWS, the MasterKey Widget Set. Copyright (C) 2013-2014, Index Data */
+/*! MKWS, the MasterKey Widget Set. 
+ *  Copyright (C) 2013-2014 Index Data 
+ *  See the file LICENSE for details
+ */
 
 "use strict"; // HTML5: disable for debug_level >= 2
 
@@ -1338,11 +1341,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")) {