Skip to content

Commit

Permalink
Merge pull request #190 from bkd-mba-fbi/develop
Browse files Browse the repository at this point in the history
V3.5.1
  • Loading branch information
schefbi authored Sep 3, 2024
2 parents b568693 + de8064f commit a289c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kursausschreibung 3.5.0
# kursausschreibung 3.5.1
[![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)

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Router = EmberRouter.extend({

if (this.currentPath === 'list.category.event.subscribe') {
scrollToTimeout(subscriptionProcessId);
} else if (this.currentPath !== 'list.category' && screen.width <= 960) {
} else if (this.currentPath === 'list.category.index' && screen.width <= 960) {
scrollToTimeout('headerCategory');
} else if (this.currentPath !== 'list.index') {
scrollToTimeout(rootElement.id);
Expand Down

0 comments on commit a289c07

Please sign in to comment.