|
|
@@ -10,9 +10,9 @@ export class AdjusterService {
|
|
|
this.$rootScope = $rootScope;
|
|
|
this.$http = $http;
|
|
|
this.serviceBaseUrl =
|
|
|
- //$location.host() === 'localhost'
|
|
|
- 'https://jmacura.ml/ws/';
|
|
|
- //: 'https://publish.lesprojekt.cz/nodejs/';
|
|
|
+ $location.host() === 'localhost'
|
|
|
+ ? 'https://jmacura.ml/ws/'
|
|
|
+ : 'https://publish.lesprojekt.cz/nodejs/';
|
|
|
this.factors = factors;
|
|
|
this.clusters = [];
|
|
|
this._clusteringInProcess = true;
|