summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/pages/following.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/mobile/views/pages/following.vue')
-rw-r--r--src/client/app/mobile/views/pages/following.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/app/mobile/views/pages/following.vue b/src/client/app/mobile/views/pages/following.vue
index 88368ff778..c6d6d44281 100644
--- a/src/client/app/mobile/views/pages/following.vue
+++ b/src/client/app/mobile/views/pages/following.vue
@@ -39,9 +39,6 @@ export default Vue.extend({
created() {
this.fetch();
},
- mounted() {
- document.documentElement.style.background = '#313a42';
- },
methods: {
fetch() {
Progress.start();