summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-07 11:55:35 +0200
committerSimon Rettberg2016-09-07 11:55:35 +0200
commit3b224e0ba4166f3f1ffe084cd3a1a7fbae9b927f (patch)
tree926bcc7433ff8b5a2161ae4e4a0863b94596102c /modules-available/roomplanner/page.inc.php
parent[Dashboard] Add option to disable dashboard creation (diff)
downloadslx-admin-3b224e0ba4166f3f1ffe084cd3a1a7fbae9b927f.tar.gz
slx-admin-3b224e0ba4166f3f1ffe084cd3a1a7fbae9b927f.tar.xz
slx-admin-3b224e0ba4166f3f1ffe084cd3a1a7fbae9b927f.zip
[roomplanner] Implement hiding the menu and fullscreen display with CSS rather than JS
Diffstat (limited to 'modules-available/roomplanner/page.inc.php')
-rw-r--r--modules-available/roomplanner/page.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/roomplanner/page.inc.php b/modules-available/roomplanner/page.inc.php
index 9e01eca3..a937a130 100644
--- a/modules-available/roomplanner/page.inc.php
+++ b/modules-available/roomplanner/page.inc.php
@@ -57,6 +57,7 @@ class Page_Roomplanner extends Page
{
if ($this->action === 'show') {
/* do nothing */
+ Dashboard::disable();
$furniture = $this->getFurniture();
$subnetMachines = $this->getPotentialMachines();
$machinesOnPlan = $this->getMachinesOnPlan();