1
0
Fork 0

Update vue components

This commit is contained in:
Daniel Supernault 2019-08-04 23:14:47 -06:00
parent e6649130c2
commit 6dd578cb58
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 0 additions and 4 deletions

View File

@ -291,7 +291,6 @@ export default {
['Willow','filter-willow'],
['X-Pro II','filter-xpro-ii']
];
console.log(this.config);
},
methods: {
@ -302,7 +301,6 @@ export default {
this.visibility = 'private';
}
}).catch(err => {
console.log(err)
});
},

View File

@ -656,7 +656,6 @@
let data = res.data;
let self = this;
data.forEach((d, index) => {
console.log(index);
if(self.ids.indexOf(d.id) == -1) {
self.feed.push(d);
self.ids.push(d.id);
@ -863,7 +862,6 @@
moderatePost(status, action, $event) {
let username = status.account.username;
console.log('action: ' + action + ' status id' + status.id);
switch(action) {
case 'autocw':
let msg = 'Are you sure you want to enforce CW for ' + username + ' ?';