Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Nov 2, 2023
1 parent 889a612 commit ce991e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/rooms/RoomDetails.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ export default defineComponent({
document.title = buildPageTitle(this.roomData.title);
},
mounted() {
// TODO: remove this event listener and handler when tabs no longer redirect to legacy client
// fixes https://ticketsystem.dbildungscloud.de/browse/BC-4550
window.addEventListener("pageshow", this.setActiveTabIfPageCached);
},
beforeDestroy() {
Expand Down

0 comments on commit ce991e6

Please sign in to comment.