mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Show SubscribeModal for non-admins, too.
This commit is contained in:
parent
a8ce1bbfb2
commit
8cff42a843
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module.exports = class WorldMapView extends RootView
|
|||
$('body').append($('<img src="http://code.org/api/hour/begin_codecombat.png" style="visibility: hidden;">'))
|
||||
trackedHourOfCode = true
|
||||
|
||||
@requiresSubscription = me.isAdmin() and @terrain isnt 'dungeon' and not me.get('stripe')?.subscriptionID
|
||||
@requiresSubscription = @terrain isnt 'dungeon' and not me.get('stripe')?.subscriptionID
|
||||
|
||||
destroy: ->
|
||||
@setupManager?.destroy()
|
||||
|
|
Loading…
Reference in a new issue