Commit ef1a57c6 authored by JC Brand's avatar JC Brand

Bugfix. Pencil icon not visible (for setting status update).

parent a54bb784
......@@ -5,6 +5,7 @@ Changelog
------------------
- IE9 and IE8 CSS fixes. [jcbrand]
- Bugfix. Pencil icon not visible (for setting status update). [jcbrand]
0.6.0 (2013-08-26)
------------------
......
......@@ -2379,7 +2379,7 @@
'<span class="icon-{{ chat_status }}"></span>'+
'{{ status_message }}' +
'</a>' +
'<a class="change-xmpp-status-message" href="#" title="'+__('Click here to write a custom status message')+'"></a>' +
'<a class="change-xmpp-status-message icon-pencil" href="#" title="'+__('Click here to write a custom status message')+'"></a>' +
'</div>'),
renderStatusChangeForm: function (ev) {
......
This diff is collapsed.
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