Fixed positionPageHeaderStart at show controller.
This commit is contained in:
parent
a3daad2917
commit
d546611432
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ class App.TicketZoom extends App.Controller
|
||||||
meta
|
meta
|
||||||
|
|
||||||
url: =>
|
url: =>
|
||||||
'#ticket/zoom/' + @ticket_id
|
"#ticket/zoom/#{@ticket_id}"
|
||||||
|
|
||||||
show: (params) =>
|
show: (params) =>
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ class App.TicketZoom extends App.Controller
|
||||||
@highlighed = true
|
@highlighed = true
|
||||||
@highligher.loadHighlights()
|
@highligher.loadHighlights()
|
||||||
|
|
||||||
if !@shown
|
if @shown
|
||||||
|
|
||||||
# trigger shown to article
|
# trigger shown to article
|
||||||
App.Event.trigger('ui::ticket::shown', { ticket_id: @ticket_id } )
|
App.Event.trigger('ui::ticket::shown', { ticket_id: @ticket_id } )
|
||||||
|
|
Loading…
Reference in a new issue