From 92089f9bb4cb11ad96bed75a6b7875ec7cabddc0 Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Wed, 1 Feb 2017 11:35:16 -0200 Subject: Fix the pix-logo to stop spinning when an email opens with @tuliocasagrande --- web-ui/app/js/page/pix_logo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/js/page/pix_logo.js b/web-ui/app/js/page/pix_logo.js index ad17f3be..920b7af5 100644 --- a/web-ui/app/js/page/pix_logo.js +++ b/web-ui/app/js/page/pix_logo.js @@ -55,7 +55,7 @@ define( this.on(document, events.ui.mail.open, this.triggerSpinLogo); this.on(document, events.dispatchers.rightPane.openDraft, this.triggerSpinLogo); this.on(document, events.search.perform, this.triggerSpinLogo); - this.on(document, events.mail.want, this.triggerStopSpinningLogo); + this.on(document, events.mail.display, this.triggerStopSpinningLogo); }); } } -- cgit v1.2.3