Content deleted Content added
update script: allows user positioning relative to right and bottom |
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
|