Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-11-17 11:19:21 +01:00 коммит произвёл Julius Härtl
Родитель 03fc1fd0f2
Коммит 8cfaca8a75
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -47,12 +47,9 @@ app.factory('StatusService', function () {
};
StatusService.prototype.releaseWaiting = function () {
if (this.counter > 0)
<<<<<<< HEAD
{this.counter--;}
=======
if (this.counter > 0) {
this.counter--;
>>>>>>> Refactor boardlist loading process
}
if (this.counter <= 0) {
this.active = false;
this.counter = 0;