mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix refreshing activity after losing connection
This commit is contained in:
parent
39406c25c3
commit
ac8a712ff0
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@
|
||||||
async: true,
|
async: true,
|
||||||
error: function (xhr, status, error) {
|
error: function (xhr, status, error) {
|
||||||
console.log(status + ': ' + error);
|
console.log(status + ': ' + error);
|
||||||
|
activity_ready = true;
|
||||||
},
|
},
|
||||||
complete: function (xhr, status) {
|
complete: function (xhr, status) {
|
||||||
$('#dashboard-checking-activity').remove();
|
$('#dashboard-checking-activity').remove();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue