From 5a15c73fca4046f57a9ff0926908e98bad775e4f Mon Sep 17 00:00:00 2001 From: HydeHunter2 <46248839+HydeHunter2@users.noreply.github.com> Date: Sat, 27 Apr 2019 20:32:33 +0300 Subject: [PATCH] Reload after rebirth (#11125) * Add restart after rebirth Page will be reloaded after purchasing "Orb of Rebirth" * Remove restart after closing achievement This reload is not needed, as the page now reloads immediately after purchasing "Orb of Rebirth" * Move rebirth notification to modal * Delete references to rebirth notification --- .../components/achievements/rebirth.vue | 5 +--- website/client/components/notifications.vue | 23 ++++--------------- website/client/components/shops/buyModal.vue | 4 ++++ 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/website/client/components/achievements/rebirth.vue b/website/client/components/achievements/rebirth.vue index 7f8f07e83e9..42a1720177c 100644 --- a/website/client/components/achievements/rebirth.vue +++ b/website/client/components/achievements/rebirth.vue @@ -1,5 +1,5 @@