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:
parent
cfe028768b
commit
3f0fde83e9
|
@ -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>
|
||||
|
||||
* include/functions_graph.php: When drawing charts, propagate the last value
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue