Explorar el Código

got it

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

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

@@ -73,7 +73,7 @@ $(document).ready(function () {
$(e.target).parent().children().html('0');
$(e.target).children().html('1');
$(e.target).parent().children().each(function(x) {
$(e.target).parent().children().each(function(id, x) {
console.log(x);
console.log($(x).attr('data'));
$("#autodoc_tag_result").removeClass("badge-" + $(x).attr('data'));

Cargando…
Cancelar
Guardar