From eb68232a2538661b0505ca858beb7259d774ee76 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Mon, 9 Jun 2008 08:25:18 +0000 Subject: Added dialog functional demo --- demos/functional/js/functional.demo.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos/functional/js/functional.demo.js') 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(""); $("#containerDemo").ajaxError(function(request, settings){ -- cgit v1.2.3