Skip to content

Commit

Permalink
Dialog closes on valid login
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed May 28, 2010
1 parent bc8022d commit 9f9097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/http/js/xsbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function adminLoginDialog(hostname, callback) {
function(data) {
$('#login_status').empty();
$('#login_status').html('Success.');
$(this).dialog('close');
$("#dialog").dialog('close');
callback(username, password);
});
}
Expand Down

0 comments on commit 9f9097c

Please sign in to comment.