удалил все <br>, написал функцию которая подставляет <br> на место \n.

This commit is contained in:
alexey 2018-09-25 00:09:33 +03:00
parent dd1eed15cf
commit c7d7decfd8
11 changed files with 55 additions and 39 deletions

View file

@ -38,6 +38,7 @@ function ProvidersSystem() {
};
/**
*
* @name s_connected
* @public
* @memberof ProvidersSystem
@ -46,6 +47,7 @@ function ProvidersSystem() {
this.s_connected = -1;
/**
*
* @name s_connecting
* @public
* @memberof ProvidersSystem
@ -54,6 +56,7 @@ function ProvidersSystem() {
this.s_connecting = -1;
/**
*
* @name s_platform_up
* @public
* @memberof ProvidersSystem
@ -62,6 +65,7 @@ function ProvidersSystem() {
this.s_platform_up = -1;
/**
*
* @name s_platform_down
* @public
* @memberof ProvidersSystem
@ -70,6 +74,8 @@ function ProvidersSystem() {
this.s_platform_down = -1;
/**
*
*
* @name s_platform_broken
* @public
* @memberof ProvidersSystem