From dd1bec687b7baefccb4cd53f0b75fcc27a583347 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Mon, 16 Sep 2013 06:37:14 +1000 Subject: [PATCH] bugfix: disable javascript on mod pages --- inc/mod/pages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 63aa3401..69cb046d 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -15,6 +15,7 @@ function mod_page($title, $template, $args, $subtitle = false) { 'hide_dashboard_link' => $template == 'mod/dashboard.html', 'title' => $title, 'subtitle' => $subtitle, + 'nojavascript' => true, 'body' => Element($template, array_merge( array('config' => $config, 'mod' => $mod),