浏览代码

typo

master
Pascal Gloor 5 年前
父节点
当前提交
ab814f56b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js 查看文件

$('.autodoc_tag_delete').click(function (e) { $('.autodoc_tag_delete').click(function (e) {
var tagId = $('.autodoc_tag_id').val(); var tagId = $('.autodoc_tag_id').val();


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

正在加载...
取消
保存