User:Void/findInactiveSysops.js: Difference between revisions

attach the window to the page body to prevent unintended issues
(whoops, this was set for debugging only)
(attach the window to the page body to prevent unintended issues)
Line 88:
 
windowManager.addWindows([ inactiveUsersProc ]);
$('#bodyContentbody').append(windowManager.$element);
windowManager.openWindow(inactiveUsersProc);