So the idle timer is currently calculating your timeout from when u click un idle and is not recalculating from each shout.
if (this.idle)
{
// We're obviously no longer idle, but init AJAX first so that we don't double fetch shouts
this.unidle();
}
// Reset idle time
this.idletime = 0;
We use essential cookies to make this site work, and optional cookies to enhance your experience.