From 48fa78bef20d3f1455f983c7fc0f9e618e685fce Mon Sep 17 00:00:00 2001 From: Travis Date: Sat, 24 Mar 2018 09:18:13 -0700 Subject: [PATCH] Quest completion modal acknowledge on close (#10089) * Change quest completion modal to only close on user acknowledge of clicking ok or 'x' and update 'x' to acknowledge the quest completion. * Removing check on header-close. * Removing unused variable. --- website/client/components/achievements/questCompleted.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/client/components/achievements/questCompleted.vue b/website/client/components/achievements/questCompleted.vue index 3b4b859a52..5ab6b01a51 100644 --- a/website/client/components/achievements/questCompleted.vue +++ b/website/client/components/achievements/questCompleted.vue @@ -1,6 +1,7 @@