Pascal Gloor hace 5 años
padre
commit
ab814f56b9
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

@@ -130,7 +130,7 @@ $(document).ready(function () {
$('.autodoc_tag_delete').click(function (e) {
var tagId = $('.autodoc_tag_id').val();

if (tag != "") {
if (tagId != "") {
$.ajax({
type: "DELETE",
url: conf.openapi + "/tags/" + tagId,

Cargando…
Cancelar
Guardar