forked from science-ation/science-ation
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:
parent
bd2eede7fa
commit
bb7cfe3629
@ -132,6 +132,7 @@ send_popup_header(i18n("User Editor").": {$u['name']}");
|
|||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("#tabs").tabs();
|
$("#tabs").tabs();
|
||||||
|
window.focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user