From f3e193e68a5efc7d5ed5d3147b00b46ce8f791a0 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 21 Dec 2022 15:02:41 +0100 Subject: [PATCH] Cleanup --- src/views/JournalTimetables.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/views/JournalTimetables.vue b/src/views/JournalTimetables.vue index 2a4628c..907c082 100644 --- a/src/views/JournalTimetables.vue +++ b/src/views/JournalTimetables.vue @@ -146,17 +146,6 @@ export default defineComponent({ this.searchHistory(); }, - // activated() { - // if (this.timetableId) { - // this.searchersValues['search-train'] = `#${this.timetableId}`; - // this.searchHistory(); - // } - // }, - - // mounted() { - // if (!this.timetableId) this.searchHistory(); - // }, - methods: { handleScroll(e: Event) { const listElement = e.target as HTMLElement;