Bugfix: Missing brackets causes calendar_subscriptions layout_ref to not render properly.
This commit is contained in:
parent
e3d2192210
commit
e75419d40b
1 changed files with 1 additions and 1 deletions
|
@ -1556,7 +1556,7 @@ class CalendarSubscriptionsRef extends App.ControllerContent
|
||||||
@render()
|
@render()
|
||||||
|
|
||||||
render: ->
|
render: ->
|
||||||
@html App.view('layout_ref/calendar_subscriptions')
|
@html App.view('layout_ref/calendar_subscriptions')()
|
||||||
|
|
||||||
selectAll: (e) ->
|
selectAll: (e) ->
|
||||||
e.currentTarget.focus()
|
e.currentTarget.focus()
|
||||||
|
|
Loading…
Reference in a new issue