mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(client) rm HEIGHT
This commit is contained in:
parent
8f9ad1983a
commit
a344339bae
2 changed files with 1 additions and 3 deletions
|
|
@ -66,7 +66,6 @@
|
|||
|
||||
function scriptLoad() {
|
||||
CloudCmd.init();
|
||||
CloudCmd.HEIGHT = Height;
|
||||
script.removeEventListener('load', scriptLoad);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
LIBDIRCLIENT : '/lib/client/',
|
||||
JSONDIR : '/json/',
|
||||
HTMLDIR : '/html/',
|
||||
HEIGHT : 0,
|
||||
MIN_ONE_PANEL_WIDTH : 1155,
|
||||
OLD_BROWSER : false,
|
||||
|
||||
|
|
@ -121,7 +120,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
* инициализации
|
||||
*/
|
||||
CloudCmd.init = function() {
|
||||
var lCallBack, lFunc, lHeight;
|
||||
var lCallBack, lFunc;
|
||||
|
||||
lCallBack = function() {
|
||||
Util.loadOnLoad([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue