Bugfix: Missing brackets causes calendar_subscriptions layout_ref to not render properly.

This commit is contained in:
Thorsten Eckel 2019-03-15 12:10:37 +01:00
parent e3d2192210
commit e75419d40b

View file

@ -1556,7 +1556,7 @@ class CalendarSubscriptionsRef extends App.ControllerContent
@render()
render: ->
@html App.view('layout_ref/calendar_subscriptions')
@html App.view('layout_ref/calendar_subscriptions')()
selectAll: (e) ->
e.currentTarget.focus()