From: Wolfram Schneider Date: Thu, 22 Aug 2013 11:14:20 +0000 (+0000) Subject: popup: button -> id_button X-Git-Tag: 0.9.1~228^2~2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=95373e2651717ba158fd6fd616f05d13d62a398a;hp=a08f3775820e271e3949d524b3647038d07338f7;p=mkws-moved-to-github.git popup: button -> id_button just code what the documentation says --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 0b1c9f7..f0448d1 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -925,8 +925,8 @@ function init_popup(obj) { var height = config.height || 760; var width = config.width || 880; - var id_button = config.button || "input#mkwsButton"; - var id_popup = config.popup || "#mkwsPopup"; + var id_button = config.id_button || "input#mkwsButton"; + var id_popup = config.id_popup || "#mkwsPopup"; debug("popup height: " + height + ", width: " + width);