feat(interactive-tour): disable ads till lvl 2

This commit is contained in:
Tyler Renelle 2015-02-18 19:49:21 -07:00
parent 812493fec5
commit d84549e239

View file

@ -143,7 +143,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
br
// Ads
div(ng-if='::main && !user.purchased.ads && !user.purchased.plan.customerId && list.type!="reward"')
div(ng-if='::main && !user.purchased.ads && !user.purchased.plan.customerId && list.type!="reward" && user.stats.lvl>1')
span.pull-right
a(ui-sref='options.settings.subscription', popover=env.t('removeAds'), popover-trigger='mouseenter')
span.glyphicon.glyphicon-remove