Commit 152d4886 authored by JC Brand's avatar JC Brand

Merge pull request #278 from Deuteu/message-counter-fixes

Multiple bind
parents 0a57bb8a 9a8d1921
......@@ -3140,6 +3140,7 @@
if (ev && ev.preventDefault) {
ev.preventDefault();
}
this.model.messages.off('add',null,this);
this.remove();
this.model.maximize();
}, 200)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment