From 3f0fde83e93dfe59bc539efc2b54e44acfff578f Mon Sep 17 00:00:00 2001 From: alexhigh Date: Fri, 4 Jul 2014 15:46:14 +0000 Subject: [PATCH] 2014-07-04 Alejandro Gallardo * index.php: Now the shortcut bar isn't loaded while the pandora console is in fullscreen mode. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10317 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/index.php | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e842550f0e..af7cf9cf8f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-07-04 Alejandro Gallardo + + * index.php: Now the shortcut bar isn't loaded while + the pandora console is in fullscreen mode. + 2014-07-04 Ramon Novoa * include/functions_graph.php: When drawing charts, propagate the last value diff --git a/pandora_console/index.php b/pandora_console/index.php index 7c485777ff..2bedee90cb 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -562,7 +562,9 @@ else { require("general/logon_ok.php"); } } - require("general/shortcut_bar.php"); + if ($config["pure"] == 0) { + require("general/shortcut_bar.php"); + } } if ($config["pure"] == 0) {