diff --git a/include/staff/header.inc.php b/include/staff/header.inc.php
index d1c885cf8369a9ef3cd2fe9756549f6b80bafa3f..390987af0cb1cb5923d120a356e74ecde15c151e 100644
--- a/include/staff/header.inc.php
+++ b/include/staff/header.inc.php
@@ -61,7 +61,7 @@ if (($lang = Internationalization::getCurrentLanguage())
         echo sprintf('<div id="notice_bar">%s</div>', $ost->getNotice());
     ?>
     <div id="header">
-        <p id="info" class="pull-right"><?php echo sprintf(__('Welcome, %s.'), '<strong>'.$thisstaff->getFirstName().'</strong>'); ?>
+        <p id="info" class="pull-right no-pjax"><?php echo sprintf(__('Welcome, %s.'), '<strong>'.$thisstaff->getFirstName().'</strong>'); ?>
            <?php
             if($thisstaff->isAdmin() && !defined('ADMINPAGE')) { ?>
             | <a href="admin.php" class="no-pjax"><?php echo __('Admin Panel'); ?></a>