phone: check active call at the end of check_calls (#9888)

This commit is contained in:
Thomas NOËL 2016-02-05 21:36:23 +01:00
parent 467f7bb9a0
commit 52fcd1626a
1 changed files with 1 additions and 2 deletions

View File

@ -480,9 +480,8 @@ $(function() {
});
}
});
} else {
window.setTimeout(check_calls, 1000);
}
window.setTimeout(check_calls, 1000);
},
error: function() {
window.setTimeout(check_calls, 1000);