Pascal Gloor 5 anos atrás
pai
commit
ab814f56b9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      www/js/autodoc.js

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

@@ -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,

Carregando…
Cancelar
Salvar