Update skin.js
Move this line down to mitigate the problem where the console doesn't refresh.pull/539/head
parent
ce5396f4ea
commit
23ebbf3887
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue