Explorar el Código

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

JC Brand hace 12 años
padre
commit
ef1a57c6d0
Se han modificado 3 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      CHANGES.rst
  2. 1 1
      converse.js
  3. 0 0
      converse.min.js

+ 1 - 0
CHANGES.rst

@@ -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)
 ------------------

+ 1 - 1
converse.js

@@ -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) {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
converse.min.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio