@@ -66,7 +69,10 @@
{{pageTitle}}
@@ -585,12 +591,6 @@ export default {
this.mediaWatcher();
},
- updated() {
- if(this.page == 2) {
- $('[data-toggle="tooltip"]').tooltip();
- }
- },
-
methods: {
fetchProfile() {
axios.get('/api/pixelfed/v1/accounts/verify_credentials').then(res => {