mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed bug with menu load, when dir other then root
This commit is contained in:
parent
82071db147
commit
08065167c8
2 changed files with 3 additions and 1 deletions
|
|
@ -156,6 +156,8 @@ Added dropbox_id option.
|
|||
|
||||
* Added ability to read dropbox key from config.
|
||||
|
||||
* Fixed bug with menu load, when dir other then root.
|
||||
|
||||
|
||||
2012.10.01, Version 0.1.7
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ var CloudCommander, Util, DOM, CloudFunc, $;
|
|||
Menu = {},
|
||||
Position;
|
||||
|
||||
Menu.dir = './lib/client/menu/';
|
||||
Menu.dir = '/lib/client/menu/';
|
||||
|
||||
/* enable and disable menu constant */
|
||||
Menu.ENABLED = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue