From b0c1ec31243631ec665813acff492b88538bc873 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 20 Feb 2017 14:51:19 +0900 Subject: [PATCH] wip --- src/web/app/desktop/tags/donation.tag | 5 ++--- src/web/app/desktop/tags/ui-header.tag | 2 +- src/web/app/desktop/tags/ui.tag | 29 +++++++++++++------------- 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/src/web/app/desktop/tags/donation.tag b/src/web/app/desktop/tags/donation.tag index 0946e430d..57b36a305 100644 --- a/src/web/app/desktop/tags/donation.tag +++ b/src/web/app/desktop/tags/donation.tag @@ -50,7 +50,7 @@ this.mixin('api'); this.mixin('i'); - this.close = (e) => { + this.close = e => { e.preventDefault(); e.stopPropagation(); @@ -61,7 +61,6 @@ no_donation: this.I.data.no_donation this.unmount(); - - this.parent.parent.set-root-layout! + }; diff --git a/src/web/app/desktop/tags/ui-header.tag b/src/web/app/desktop/tags/ui-header.tag index 05d1ff665..9dd1ace6b 100644 --- a/src/web/app/desktop/tags/ui-header.tag +++ b/src/web/app/desktop/tags/ui-header.tag @@ -21,7 +21,7 @@