This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix referencing of this' clearRefresherInterval method
pull/12/head
Kristijan Mitrovic
4 years ago
parent
82d59a511b
commit
4e16330ca9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
}
Write
Preview
Loading…
Cancel
Save