Hi,Not sure if this has been resolved elsewhere, but i can't seem to find any info on it.I'm using the latest version of osTicket (1.9.8.1), and I want our agents tickets page to refresh every minute so that new tickets show up automatically. I found @[deleted] 's Solution for an older version, and have implemented it successfully, with one problem. The page refreshes every minute even when an agent is within a ticket, so changes are lost, or they are prompted to confirm the navigation away from the pate (depending on their browser). Here is the current code (thanks @[deleted]):if(defined('MAIN_PAGE') && !isset($_GET) && !isset($_GET) && !isset($_GET)) { echo "";}Does anyone have any suggestions or solutions on how i can get this to only refresh when the agents are on the ticket list?Thanks!