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;