mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(terminal) init: cssSet -> load.style, jqueryLoad -> loadJquery
This commit is contained in:
parent
9490b87523
commit
aff0090a6e
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
|
|||
Loading = true;
|
||||
|
||||
Util.exec.series([
|
||||
DOM.jqueryLoad,
|
||||
DOM.loadJquery,
|
||||
CloudCmd.View,
|
||||
load,
|
||||
CloudCmd.Socket,
|
||||
|
|
@ -68,7 +68,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
|
|||
'top : -1000px;'
|
||||
});
|
||||
|
||||
DOM.cssSet({
|
||||
DOM.load.style({
|
||||
id : 'terminal-css',
|
||||
inner : '#terminal, .terminal, #view {' +
|
||||
'height' + ': 100%;' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue