From 299dae4013d24f24bea22abdb046a7308cefdfda Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 11 Apr 2014 12:17:45 -0500 Subject: [PATCH] pjax: Fix external links not to use PJAX --- include/class.format.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class.format.php b/include/class.format.php index ac9f94c3b..861f8796d 100644 --- a/include/class.format.php +++ b/include/class.format.php @@ -353,6 +353,7 @@ class Format { .'&auth='.$token; // ALL link targets open in a new tab $a['target'] = '_blank'; + $a['class'] = 'no-pjax'; } // Images which are external are rewritten to <div // data-src='url...'/> -- GitLab