diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-01 11:35:16 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-01 11:35:16 -0200 |
commit | 92089f9bb4cb11ad96bed75a6b7875ec7cabddc0 (patch) | |
tree | 1851ee0b6f93d10d664b2051970075ffcf23ccb7 /web-ui/app/js | |
parent | 8592cc5634490c030c829e72d860fabd2540933c (diff) |
Fix the pix-logo to stop spinning when an email opens
with @tuliocasagrande
Diffstat (limited to 'web-ui/app/js')
-rw-r--r-- | web-ui/app/js/page/pix_logo.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); }); } } |