chore(client) rm "\n"

This commit is contained in:
coderaiser 2019-10-12 21:32:54 +03:00
parent 9e284e1de0
commit d0e2b83b54

View file

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