2014-07-04 Alejandro Gallardo <alejandro.gallardo@artica.es>

* 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
This commit is contained in:
alexhigh 2014-07-04 15:46:14 +00:00
parent cfe028768b
commit 3f0fde83e9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-07-04 Alejandro Gallardo <alejandro.gallardo@artica.es>
* index.php: Now the shortcut bar isn't loaded while
the pandora console is in fullscreen mode.
2014-07-04 Ramon Novoa <rnovoa@artica.es> 2014-07-04 Ramon Novoa <rnovoa@artica.es>
* include/functions_graph.php: When drawing charts, propagate the last value * include/functions_graph.php: When drawing charts, propagate the last value

View File

@ -562,7 +562,9 @@ else {
require("general/logon_ok.php"); require("general/logon_ok.php");
} }
} }
require("general/shortcut_bar.php"); if ($config["pure"] == 0) {
require("general/shortcut_bar.php");
}
} }
if ($config["pure"] == 0) { if ($config["pure"] == 0) {