Content of js-only pages superseded by the requirement notification in non-js browsers.
[fa-stable.git] / reporting / reports_main.php
index d7bdb8cbec457c5bb144f31e9c0433fc8912eaba..600f389149486254f6cb50d72d44f92def390692 100644 (file)
@@ -11,7 +11,7 @@ include_once($path_to_root . "/reporting/includes/reports_classes.inc");
 $js = "";
 if ($use_date_picker)
        $js .= get_js_date_picker();
-page(_("Reports and Analysis"), false, false, "", $js);
+page(_("Reports and Analysis"), false, false, "", $js, true);
 
 $reports = new BoxReports;