Update skin.js

Move this line down to mitigate the problem where the console doesn't refresh.
pull/539/head
Andrew Bauer 2014-10-21 17:22:33 -05:00
parent ce5396f4ea
commit 23ebbf3887
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,6 @@ function checkSize() {
}
}
window.addEvent( 'domready', checkSize);
// Deprecated
function newWindow( url, name, width, height )
{
@ -308,3 +306,4 @@ if ( focusWindow )
{
windowToFront();
}
window.addEvent( 'domready', checkSize);