Skip to content

Commit

Permalink
Refactored to improve the general layout of the dialog widget
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 6, 2010
1 parent 5b52e00 commit bc56489
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/javascripts/jquery.ajax.dialog.js
Expand Up @@ -27,8 +27,10 @@ $(function() {
.append(data)
.dialog({
title: 'Source feature content',
width: '75%',
buttons: { "Ok": function() { $(this).dialog("close"); } }
width: '95%',
height: 500,
buttons: { "Ok": function() { $(this).dialog("close"); } },
modal: true
});
},
error: function(xhr, textStatus, errorThrown) {
Expand Down

0 comments on commit bc56489

Please sign in to comment.