Explorar el Código

better

master
Pascal Gloor hace 5 años
padre
commit
774b70da9f
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      www/js/autodoc.js

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

@@ -72,7 +72,11 @@ $(document).ready(function () {
$(e.target).parent().children().children().html('');
$(e.target).children().html(' X');

$(e.target).parent().children().attr('data').each(function(x) {
$("#autodoc_tag_result").removeClass("badge-" + x);
});
$("#autodoc_tag_result").addClass("badge-" + $(e.target).attr('data'));
return false;
})


Cargando…
Cancelar
Guardar