mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
remove aws notification
This commit is contained in:
parent
233f53da5b
commit
b95e063543
2 changed files with 0 additions and 10 deletions
|
|
@ -72,8 +72,6 @@ get '/:uid?', (page, model, {uid}, next) ->
|
|||
# ========== Notifiations ==========
|
||||
unless model.get('_user.notifications.kickstarter')
|
||||
model.set('_user.notifications.kickstarter', 'show')
|
||||
unless model.get('_user.flags.aws_migrating')
|
||||
model.set('_user.flags.aws_migrating', 'show')
|
||||
|
||||
# Render Page
|
||||
page.render()
|
||||
|
|
@ -297,8 +295,6 @@ ready (model) ->
|
|||
|
||||
exports.closeKickstarterNofitication = (e, el) ->
|
||||
model.set('_user.notifications.kickstarter', 'hide')
|
||||
exports.closeAwsNotification = (e, el) ->
|
||||
model.set('_user.flags.aws_migrating', 'hide')
|
||||
|
||||
# ========== CRON ==========
|
||||
|
||||
|
|
|
|||
|
|
@ -125,12 +125,6 @@
|
|||
</div>
|
||||
{/}
|
||||
|
||||
{#if equal(_user.flags.aws_migrating,'show')}
|
||||
<div class='alert'>
|
||||
<a x-bind="click:closeAwsNotification" class='pull-right'>Dismiss</a>
|
||||
Hey guys, Tyler here. Working on migrating to AWS to fix the "Offline" error people are experiencing (follow <a href="https://github.com/lefnire/habitrpg/issues/91">issue here</a>). Hang tight.
|
||||
</div>
|
||||
{/}
|
||||
<!-- change to equal(_user.flags.aws_migrating,'show') when you're ready -->
|
||||
{#if false}
|
||||
<div class='alert'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue