fixed bug with terminal load

This commit is contained in:
coderaiser 2012-12-15 05:46:27 -05:00
parent 09ebf00dbc
commit 10564f0152
3 changed files with 4 additions and 2 deletions

View file

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

View file

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

View file

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