Pending quest styles (#9106)

* Added pending quest modal

* Added quest completed modal

* Removed duplicate string
This commit is contained in:
Keith Holliday
2017-09-30 08:28:39 -05:00
committed by GitHub
parent d89fc209d1
commit 77d75c4669
5 changed files with 263 additions and 17 deletions

View File

@@ -303,6 +303,10 @@ export default {
this.$root.$emit('show::modal', 'avatar-modal');
}
if (this.questCompleted) {
this.$root.$emit('show::modal', 'quest-completed');
}
// @TODO: This is a timeout to ensure dom is loaded
window.setTimeout(() => {
this.initTour();