mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
21a836065c
commit
454567ec9c
3 changed files with 32 additions and 2 deletions
|
|
@ -1192,12 +1192,11 @@ CloudClient.baseInit = (function(){
|
|||
|
||||
CloudClient.HEIGHT = lHeight;
|
||||
|
||||
Util.cssSet({id:'show_2panels',
|
||||
Util.cssSet({id:'cloudcmd',
|
||||
element:document.head,
|
||||
inner:
|
||||
'.panel{' +
|
||||
'height:' + lHeight +'px;' +
|
||||
'width:46%;' +
|
||||
'}'
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue