Commit 5ac1e00c authored by JC Brand's avatar JC Brand

Don't add fade-in to controlbox. Causes flashes

parent 50064ec1
......@@ -245,7 +245,7 @@
_converse.ControlBoxView = _converse.ChatBoxView.extend({
tagName: 'div',
className: 'chatbox fade-in',
className: 'chatbox',
id: 'controlbox',
events: {
'click a.close-chatbox-button': 'close',
......
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