diff --git a/scp/tickets.php b/scp/tickets.php
index b19b872e7269f8fc307430e501673954199adcee..48bcdb00324df321b03547edf2f1ef91219047ad 100644
--- a/scp/tickets.php
+++ b/scp/tickets.php
@@ -617,7 +617,7 @@ if($ticket) {
     //set refresh rate if the user has it configured
     if(!$_POST && !$_REQUEST['a'] && ($min=$thisstaff->getRefreshRate()))
         $ost->addExtraHeader('',
-            "window.ticket_refresh = setTimeout(function() { $.pjax({url: document.location.href, container:'#content'});},"
+            "window.ticket_refresh = setTimeout(function() { $.pjax({url: document.location.href, container:'#pjax-container'});},"
             .($min*60000).");");
 }