remove aws notification

This commit is contained in:
Tyler Renelle 2013-01-18 01:49:34 -05:00
parent 233f53da5b
commit b95e063543
2 changed files with 0 additions and 10 deletions

View file

@ -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 ==========

View file

@ -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'>