Remove auto-refresh from subs dashboard

This commit is contained in:
Matt Lott 2016-02-26 10:36:04 -08:00
parent 17c7f599ba
commit 1f7489970e

View file

@ -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()