Skip to content

Commit a289c07

Browse files
authored
Merge pull request #190 from bkd-mba-fbi/develop
V3.5.1
2 parents b568693 + de8064f commit a289c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kursausschreibung 3.5.0
1+
# kursausschreibung 3.5.1
22
[![Build 🏭🚀](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml/badge.svg)](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml)
33

44
# Documentation

app/router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Router = EmberRouter.extend({
2323

2424
if (this.currentPath === 'list.category.event.subscribe') {
2525
scrollToTimeout(subscriptionProcessId);
26-
} else if (this.currentPath !== 'list.category' && screen.width <= 960) {
26+
} else if (this.currentPath === 'list.category.index' && screen.width <= 960) {
2727
scrollToTimeout('headerCategory');
2828
} else if (this.currentPath !== 'list.index') {
2929
scrollToTimeout(rootElement.id);

0 commit comments

Comments
 (0)