mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
show kickstarter for everyone
This commit is contained in:
parent
2ec926dff3
commit
d3b5cd454d
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ get '/:uid?', (page, model, {uid}, next) ->
|
|||
(lvl*100)/5
|
||||
|
||||
# ========== KickStarter Campaign Notifiation ==========
|
||||
if (model.get('_user.auth.local') || model.get('_user.auth.facebook')) && !model.get('_user.notifications.kickstarter')
|
||||
unless model.get('_user.notifications.kickstarter')
|
||||
model.set('_user.notifications.kickstarter', 'show')
|
||||
|
||||
# Render Page
|
||||
|
|
|
|||
Loading…
Reference in a new issue