mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
8d543f23ea
commit
b0e989ebdf
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ CloudCommander.Menu.load = (function(pParent, pCallBack){
|
|||
return function(){
|
||||
var ljsLoad_f = function(){
|
||||
var lMenuSrc = pParent.dir + 'jquery.contextMenu.js';
|
||||
var lUISrc = pParent.dir + 'jquery.ui.position.js'';
|
||||
var lUISrc = pParent.dir + 'jquery.ui.position.js';
|
||||
|
||||
pParent.jsload(lUISrc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue