From ec21ad374fc0be7865ef485415e168101bb7c3b2 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 28 Apr 2019 17:46:51 -0600 Subject: [PATCH] Update Timeline.vue --- resources/assets/js/components/Timeline.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index 0dd8c1a05..2071b2795 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -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); }) } }