Selaa lähdekoodia

Update Timeline.vue

Daniel Supernault 6 vuotta sitten
vanhempi
commit
ec21ad374f
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      resources/assets/js/components/Timeline.vue

+ 1 - 2
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);
 				})
 			}
 		}