Second arg for popup windows cant have spaces, its an internal window name, IE errors out when it sees a space

Also, focus the popup window once its loaded, incase they have it open still in behind
This commit is contained in:
james 2009-10-29 17:05:15 +00:00
parent bd2eede7fa
commit bb7cfe3629
2 changed files with 3 additions and 2 deletions

View File

@ -132,6 +132,7 @@ send_popup_header(i18n("User Editor").": {$u['name']}");
$(document).ready(function() {
$("#tabs").tabs();
window.focus();
});
</script>