зеркало из https://github.com/nextcloud/spreed.git
Remove space.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
203b718191
Коммит
0ec32809cd
|
@ -98,7 +98,7 @@
|
|||
}).fail(function(xhr, status, error) {
|
||||
// If there is an error when pinging, retry for 3 times.
|
||||
if (xhr.status !== 404 && pingFails < 3) {
|
||||
pingFails ++;
|
||||
pingFails++;
|
||||
return;
|
||||
}
|
||||
OCA.SpreedMe.Rooms.leaveCurrentRoom();
|
||||
|
|
Загрузка…
Ссылка в новой задаче