Header update on start, needed for safari.
This commit is contained in:
parent
81fc3969f3
commit
47e637b839
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ class App.TicketZoom extends App.Controller
|
||||||
|
|
||||||
positionPageHeaderStart: =>
|
positionPageHeaderStart: =>
|
||||||
|
|
||||||
|
# init header update needed for safari, scroll event is fired
|
||||||
|
@positionPageHeaderUpdate()
|
||||||
|
|
||||||
# scroll is also fired on window resize, if element scroll is changed
|
# scroll is also fired on window resize, if element scroll is changed
|
||||||
@main.bind(
|
@main.bind(
|
||||||
'scroll'
|
'scroll'
|
||||||
|
|
Loading…
Reference in a new issue