diff options
Diffstat (limited to 'demos/dialog/default.html')
-rw-r--r-- | demos/dialog/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 2c434b7c0..828aae916 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -12,7 +12,7 @@ <script type="text/javascript">
$(function() {
$("#dialog").dialog();
- })
+ });
</script>
</head>
<body>
|