mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46: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,
|
||||
error: function (xhr, status, error) {
|
||||
console.log(status + ': ' + error);
|
||||
activity_ready = true;
|
||||
},
|
||||
complete: function (xhr, status) {
|
||||
$('#dashboard-checking-activity').remove();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue