From dbbd03e6cb0d574eb445b43c18a5e865e25d46fc Mon Sep 17 00:00:00 2001 From: Alys Date: Wed, 12 Aug 2015 16:53:51 +1000 Subject: [PATCH] remove one-time binding from "You're resting in the inn" banner above Dailies column - fixes https://github.com/HabitRPG/habitrpg/issues/5693 --- website/views/shared/tasks/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/shared/tasks/index.jade b/website/views/shared/tasks/index.jade index 9a41eb5d37..ee684c2960 100644 --- a/website/views/shared/tasks/index.jade +++ b/website/views/shared/tasks/index.jade @@ -19,7 +19,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template") include ./task_view/add_new - alert.alert-warning.dailiesRestingInInn(ng-if='::list.type == "daily" && user.preferences.sleep && !$state.includes("options.social.challenges")') + alert.alert-warning.dailiesRestingInInn(ng-if='list.type == "daily" && user.preferences.sleep && !$state.includes("options.social.challenges")') i.glyphicon.glyphicon-warning-sign   =env.t('dailiesRestingInInn')