зеркало из https://github.com/nextcloud/deck.git
Fix overlooked rebasing error
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
03fc1fd0f2
Коммит
8cfaca8a75
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче