Explorar el Código

preventdefault

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

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

@@ -71,6 +71,7 @@ $(document).ready(function () {
$('.autodoc_tag_color').click(function(e) {
$(e.target).parent().children().removeClass('lead');
$(e.target).addClass('lead');
return false;
})
});


Cargando…
Cancelar
Guardar