mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
changed names of files, fixed npm and jitsu problem with menu showing
This commit is contained in:
parent
af7fd9f306
commit
ca0af06cb2
4 changed files with 3 additions and 3 deletions
|
|
@ -105,8 +105,8 @@ var CloudCommander, $;
|
|||
*/
|
||||
CloudCommander.Menu.load = (function(pPosition){
|
||||
var ljsLoad_f = function(){
|
||||
var lUISrc = this.dir + 'jquery.ui.position.js';
|
||||
var lMenuSrc = this.dir + 'jquery.contextMenu.js';
|
||||
var lUISrc = this.dir + 'ui.position.js';
|
||||
var lMenuSrc = this.dir + 'contextMenu.js';
|
||||
|
||||
var lThis = this;
|
||||
Util.jsload(lUISrc, function(){
|
||||
|
|
@ -114,7 +114,7 @@ var CloudCommander, $;
|
|||
});
|
||||
};
|
||||
|
||||
var lSrc = this.dir + 'jquery.contextMenu.css';
|
||||
var lSrc = this.dir + 'contextMenu.css';
|
||||
|
||||
Util.cssLoad({
|
||||
src : lSrc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue