From c2fd3dd84ad9917194b08c309dcaa6eefa086a35 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Tue, 3 May 2016 13:25:39 -0400 Subject: [PATCH] Also don't load additional JS to Log view Another issue with mootools & jquery conflicts --- web/skins/classic/includes/functions.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 8a261c908..d6124a967 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -18,6 +18,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // + +// Don't load in additional JS to these views +$bad_views = array('monitor', 'log'); + function xhtmlHeaders( $file, $title ) { global $css; @@ -72,7 +76,7 @@ function xhtmlHeaders( $file, $title ) - +