From f9547ed371d62aff24e58dac1fd826a91b0d57e0 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 13 Feb 2015 11:35:39 -0600 Subject: [PATCH] oops: Fix pjax navigation issue on major panel links --- include/staff/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/header.inc.php b/include/staff/header.inc.php index d1c885cf8..390987af0 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> -- GitLab