mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Remove auto-refresh from subs dashboard
This commit is contained in:
parent
17c7f599ba
commit
1f7489970e
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@ module.exports = class AnalyticsSubscriptionsView extends RootView
|
|||
super options
|
||||
@showMoreCancellations = false
|
||||
@resetSubscriptionsData()
|
||||
if me.isAdmin()
|
||||
@refreshData()
|
||||
_.delay (=> @refreshData()), 30 * 60 * 1000
|
||||
@refreshData() if me.isAdmin()
|
||||
|
||||
getRenderData: ->
|
||||
context = super()
|
||||
|
|
Loading…
Reference in a new issue