1
0
Fork 0

Update Timeline.vue

This commit is contained in:
Daniel Supernault 2019-04-28 17:46:51 -06:00
parent ef4a22949c
commit ec21ad374f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 2 deletions

View File

@ -453,7 +453,7 @@
this.max_id = Math.min(...ids);
$('.timeline .pagination').removeClass('d-none');
this.loading = false;
//this.expRec();
this.expRec();
}).catch(err => {
});
},
@ -972,7 +972,6 @@
item: id
}).then(res => {
this.suggestions.splice(index, 1);
console.log(res.data);
})
}
}