diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php
index 6345b506e03e7f625acdf23e375c2192cae752f3..a03ebdbf4d9b237edf1f9b60981f76efa646404d 100644
--- a/include/staff/tickets.inc.php
+++ b/include/staff/tickets.inc.php
@@ -465,7 +465,7 @@ if ($results) {
     <?php
     if($num>0){ //if we actually had any tickets returned.
         echo '<div>&nbsp;Page:'.$pageNav->getPageLinks().'&nbsp;';
-        echo '<a class="export-csv" href="?a=export&h='
+        echo '<a class="export-csv no-pjax" href="?a=export&h='
             .$hash.'&status='.$_REQUEST['status'] .'">Export</a></div>';
     ?>
         <?php