Permalink
Browse files

demos dialog modal-form2: changed link to button, removed autoOpen: f…

…alse
  • Loading branch information...
1 parent 31a7ceb commit 4c9d9061847bb0f47525fc7ffaeb74ff2f87fe35 @rdworth rdworth committed Jan 29, 2009
Showing with 2 additions and 2 deletions.
  1. +2 −2 demos/dialog/modal-form2.html
@@ -54,7 +54,6 @@
}
$("#dialog").dialog({
- autoOpen: false,
bgiframe: true,
height: 300,
modal: true,
@@ -93,6 +92,7 @@
$('#create-user').click(function() {
$('#dialog').dialog('open');
});
+
});
</script>
</head>
@@ -115,7 +115,7 @@
</form>
</div>
-<a id="create-user" href="#">create new user</a>
+<button id="create-user">create new user</button>
<table id="users">
<thead>

0 comments on commit 4c9d906

Please sign in to comment.