File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # kursausschreibung 3.5.0
1
+ # kursausschreibung 3.5.1
2
2
[ ![ 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 )
3
3
4
4
# Documentation
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const Router = EmberRouter.extend({
23
23
24
24
if ( this . currentPath === 'list.category.event.subscribe' ) {
25
25
scrollToTimeout ( subscriptionProcessId ) ;
26
- } else if ( this . currentPath !== 'list.category' && screen . width <= 960 ) {
26
+ } else if ( this . currentPath === 'list.category.index ' && screen . width <= 960 ) {
27
27
scrollToTimeout ( 'headerCategory' ) ;
28
28
} else if ( this . currentPath !== 'list.index' ) {
29
29
scrollToTimeout ( rootElement . id ) ;
You can’t perform that action at this time.
0 commit comments