mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(client) rm "\n"
This commit is contained in:
parent
9e284e1de0
commit
d0e2b83b54
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@ function CloudCmdProto(DOM) {
|
|||
this.DIRCLIENT_MODULES = this.DIRCLIENT + 'modules/';
|
||||
|
||||
this.MIN_ONE_PANEL_WIDTH = 1155;
|
||||
this.HOST = location.origin ||
|
||||
location.protocol + '//' + location.host;
|
||||
this.HOST = location.origin || location.protocol + '//' + location.host;
|
||||
|
||||
const TITLE = 'Cloud Commander';
|
||||
this.TITLE = TITLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue