Clear up class/id confusion for mkwsPopup
[mkws-moved-to-github.git] / tools / htdocs / mkws-jquery.js
index 55cad95..9f296ee 100644 (file)
@@ -20,7 +20,7 @@ function _mkws_jquery_plugin ($) {
        var height = config.height || 760;
        var width = config.width || 880;
        var id_button = config.id_button || "input.mkwsButton";
-       var id_popup = config.id_popup || ".mkwsPopup";
+       var id_popup = config.id_popup || "#mkwsPopup";
 
        debug("popup height: " + height + ", width: " + width);