From 579d6d7627f98a5246d9957926f5546a8b82f819 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 22 Aug 2013 11:07:43 +0000 Subject: [PATCH] document jquery-ui --- tools/htdocs/mkws.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index e90ff29..aeb3ad3 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -930,6 +930,10 @@ function init_popup(obj) { debug("popup height: " + height + ", width: " + width); + /* + * make sure that jquery-ui was loaded afte jQuery core lib + * http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" + */ $(id_popup).dialog({ closeOnEscape: true, autoOpen: false, -- 1.7.10.4