summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/js/page/pix_logo.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web-ui/app/js/page/pix_logo.js b/web-ui/app/js/page/pix_logo.js
index c5c709d6..70a8b3ab 100644
--- a/web-ui/app/js/page/pix_logo.js
+++ b/web-ui/app/js/page/pix_logo.js
@@ -41,6 +41,9 @@ define(
this.on(document, events.mails.available, this.stopSpinningLogo);
this.on(document, events.mail.saveDraft, this.spinLogo);
this.on(document, events.mail.draftSaved, this.stopSpinningLogo);
+ this.on(document, events.ui.mail.open, this.spinLogo);
+ this.on(document, events.dispatchers.rightPane.openDraft, this.spinLogo);
+ this.on(document, events.mail.want, this.stopSpinningLogo);
});
}
}