User:Void/findInactiveSysops.js: Difference between revisions

Content added Content deleted
(whoops, this was set for debugging only)
(attach the window to the page body to prevent unintended issues)
Line 88: Line 88:


windowManager.addWindows([ inactiveUsersProc ]);
windowManager.addWindows([ inactiveUsersProc ]);
$('#bodyContent').append(windowManager.$element);
$('body').append(windowManager.$element);
windowManager.openWindow(inactiveUsersProc);
windowManager.openWindow(inactiveUsersProc);