Fixed not existing referenze.
This commit is contained in:
parent
c768f02f57
commit
a07b137b8a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class App.DashboardRss extends App.Controller
|
|||
super
|
||||
|
||||
# bind to rebuild view event
|
||||
App.Event.bind( 'rss_rebuild', @load, 'page' )
|
||||
App.Event.bind( 'rss_rebuild', @fetch, 'page' )
|
||||
|
||||
# refresh list ever 600 sec.
|
||||
@fetch()
|
||||
|
|
Loading…
Reference in a new issue