summaryrefslogtreecommitdiff
path: root/web-ui/app/js/page/pix_logo.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/page/pix_logo.js')
-rw-r--r--web-ui/app/js/page/pix_logo.js2
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);
});
}
}