fixed bug with menu load, when dir other then root

This commit is contained in:
coderaiser 2012-12-05 03:47:07 -05:00
parent 82071db147
commit 08065167c8
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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;