mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
010fd74898
commit
18ad4a98bf
2 changed files with 2 additions and 2 deletions
|
|
@ -883,7 +883,7 @@ var CloudFunc, $, Util,
|
|||
* выполняет весь функционал по
|
||||
* инициализации
|
||||
*/
|
||||
CloudClient.init=(function()
|
||||
CloudClient.init = (function()
|
||||
{
|
||||
if(!document.head){
|
||||
this.OLD_BROWSER = true;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ var CloudCommander, $;
|
|||
* https://github.com/medialize/jQuery-contextMenu
|
||||
*/
|
||||
CloudCommander.Menu = new CloudCommander.Utils();
|
||||
var Util = CloudCommander.Util();
|
||||
var Util = CloudCommander.Util;
|
||||
|
||||
CloudCommander.Menu.dir = './lib/client/menu/';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue