mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed bug with terminal load
This commit is contained in:
parent
09ebf00dbc
commit
10564f0152
3 changed files with 4 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ and Util.setTimeout(pFunction [, pCallBack, pTime])
|
|||
|
||||
* Added function getCurrentDir to DOM module.
|
||||
|
||||
* Fixed bug with terminal load
|
||||
|
||||
|
||||
2012.12.12, Version 0.1.8
|
||||
|
||||
|
|
|
|||
|
|
@ -620,7 +620,7 @@ var CloudCommander, Util, DOM, CloudFunc;
|
|||
* @param pCallBack
|
||||
*/
|
||||
DOM.socketLoad = function(pCallBack){
|
||||
DOM.jsload('lib/client/socket.js', pCallBack);
|
||||
DOM.jsload('/lib/client/socket.js', pCallBack);
|
||||
};
|
||||
|
||||
/* DOM */
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ var CloudCommander, Util, DOM, $;
|
|||
function load(pCallBack){
|
||||
console.time('terminal load');
|
||||
|
||||
var lDir = 'lib/client/terminal/jquery-terminal/jquery.',
|
||||
var lDir = '/lib/client/terminal/jquery-terminal/jquery.',
|
||||
lFiles = [
|
||||
lDir + 'terminal.js',
|
||||
lDir + 'mousewheel.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue