summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/roomplanner/templates/footer.html')
-rw-r--r--modules-available/roomplanner/templates/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/roomplanner/templates/footer.html b/modules-available/roomplanner/templates/footer.html
index 6e4e0783..3294d5ee 100644
--- a/modules-available/roomplanner/templates/footer.html
+++ b/modules-available/roomplanner/templates/footer.html
@@ -21,6 +21,7 @@ var locationId = '{{locationid}}';
var subnetMachines, roomConfiguration;
var plannerLoadState = 'invalid';
const PLANNER_READ_ONLY = '{{edit_disabled}}'.length !== 0;
+const CAN_OPEN_STATS = '{{statistics_disabled}}'.length === 0;
document.addEventListener("DOMContentLoaded", function () {
subnetMachines = makeCombinedField({{{subnetMachines}}});