Content deleted Content added
Joshua Scott (talk | contribs) rm unused stuff, seems to be working now |
Joshua Scott (talk | contribs) fix refresh rate to 5 seconds |
||
Line 26:
}
if (pendch_refresh == null) {
pendch_refresh =
}
if (pendch_num_idle_req == null) {
Line 152:
}
// and do it again in
setTimeout("pendch_ajax_request()", pendch_refresh * 1000);
}
|