summaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog/modal.html')
-rw-r--r--demos/dialog/modal.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html
index f3e7013a5..ffe43d4f1 100644
--- a/demos/dialog/modal.html
+++ b/demos/dialog/modal.html
@@ -15,11 +15,7 @@
$("#dialog").dialog({
bgiframe: true,
height: 140,
- modal: true,
- overlay: {
- backgroundColor: '#000',
- opacity: 0.5
- }
+ modal: true
});
});
</script>