User:Ale jrb/Scripts/statusCheck.js: Difference between revisions

Content deleted Content added
Ale jrb (talk | contribs)
update script: allows user positioning relative to right and bottom
Ale jrb (talk | contribs)
m comments
Line 9:
if (offlineAfter == null) var offlineAfter = (15 * 60); // number of seconds after which a user is considered offline (default: 15 * 60 seconds)
if (statCloseOnClick == null) var statCloseOnClick = true; // whether to close the status window when clicking on it
if (statPosition == null) var statPosition = new Array(20, 600); // position of the status window [left, top, right, bottom]
 
//main script