Removed interval reload.
This commit is contained in:
parent
0a291f9e4c
commit
350d8890f0
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ class App.ChannelChat extends App.Controller
|
||||||
|
|
||||||
constructor: ->
|
constructor: ->
|
||||||
super
|
super
|
||||||
@interval(@load, 30000)
|
@load()
|
||||||
#@load()
|
|
||||||
|
|
||||||
@widgetDesignerPermanentParams =
|
@widgetDesignerPermanentParams =
|
||||||
id: 'id'
|
id: 'id'
|
||||||
|
|
Loading…
Reference in a new issue