Browse Source

Fix referencing of this' clearRefresherInterval method

pull/12/head
Kristijan Mitrovic 4 years ago
parent
commit
4e16330ca9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/account/NetworkPage.vue

+ 1
- 1
src/account/NetworkPage.vue View File

@@ -276,7 +276,7 @@
messages: this.messages,
errors: this.errors
});
clearRefresherInterval(this.refresher);
this.clearRefresherInterval(this.refresher);
this.stopRefresher = setInterval(() => this.stopRefreshStatus(this.user.uuid), 5000);
}
}


Loading…
Cancel
Save