aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/js
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-06-09 08:25:18 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-06-09 08:25:18 +0000
commiteb68232a2538661b0505ca858beb7259d774ee76 (patch)
treef6772254d59e91072cf5e82a9f361fe457ebcc3d /demos/functional/js
parentd7cde8ae7f7616b315981b8db38534746618555d (diff)
downloadjquery-ui-eb68232a2538661b0505ca858beb7259d774ee76.tar.gz
jquery-ui-eb68232a2538661b0505ca858beb7259d774ee76.zip
Added dialog functional demo
Diffstat (limited to 'demos/functional/js')
-rw-r--r--demos/functional/js/functional.demo.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/functional/js/functional.demo.js b/demos/functional/js/functional.demo.js
index 62f323cad..5128d12a6 100644
--- a/demos/functional/js/functional.demo.js
+++ b/demos/functional/js/functional.demo.js
@@ -162,6 +162,8 @@ var uiRenderDemo = function(model) {
var loadDemo = function(comp) {
+ $("#dialog").dialog().remove();
+
$('#containerDemo').html("<img src='images/ajax-loader.gif'>");
$("#containerDemo").ajaxError(function(request, settings){