X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-popup.js;h=bc54f3c5232acac0f3f6bb6aa110e3c2c11f9c0a;hb=6fca436aa42f947b752e583ecf1fe201769782a2;hp=44736cc6e96d44a91e2e0f321077b5752ba55c39;hpb=fbf06416f9b0f1aff49b0beda03237dd3cabedd2;p=mkws-moved-to-github.git diff --git a/src/mkws-popup.js b/src/mkws-popup.js index 44736cc..bc54f3c 100644 --- a/src/mkws-popup.js +++ b/src/mkws-popup.js @@ -27,6 +27,7 @@ mkws.registerWidgetType('Popup', function() { popup_window.each(function(i) { var that = $(this); + // all atributes are strings, convert them to integers here var width = parseInt(that.attr("popup_width") || "800"); var height = parseInt(that.attr("popup_height") || "600"); var autoOpen = parseInt(that.attr("popup_autoOpen") || "0"); @@ -48,7 +49,7 @@ mkws.registerWidgetType('Popup', function() { close: function() {} }); - // open at search query submit + // open at search query submit: "input.mkwsButton" var id_botton = that.attr("popup_button"); if (id_botton) { $(id_botton).button().click(function() {