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 )
-
+