Fix refreshing activity after losing connection

This commit is contained in:
JonnyWong16 2018-03-06 20:01:11 -08:00
parent 39406c25c3
commit ac8a712ff0

View file

@ -276,6 +276,7 @@
async: true,
error: function (xhr, status, error) {
console.log(status + ': ' + error);
activity_ready = true;
},
complete: function (xhr, status) {
$('#dashboard-checking-activity').remove();