Pascal Gloor hace 5 años
padre
commit
00b5e3b324
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      www/js/autodoc.js

+ 5
- 0
www/js/autodoc.js Ver fichero

@@ -69,6 +69,11 @@ $(document).ready(function () {
});

$('.autodoc_tag_color').click(function(e) {
var btn = e.target;
while($(btn).prop("tagName") != "BUTTON") {
btn = $(btn).parent();
}
$(e.target).parent().children().removeClass('active');
$(e.target).addClass('active');


Cargando…
Cancelar
Guardar