sync check failure is now shown as error message in frontend

This commit is contained in:
azivner
2017-12-12 23:47:17 -05:00
parent 64e8777ed5
commit 643069e8d6
3 changed files with 8 additions and 3 deletions

View File

@@ -42,6 +42,9 @@ const messaging = (function() {
changesToPushCountEl.html(message.changesToPushCount);
}
else if (message.type === 'sync-hash-check-failed') {
showError("Sync check failed!", 60000);
}
}
function connectWebSocket() {