瀏覽代碼

typo

master
Pascal Gloor 5 年之前
父節點
當前提交
ab814f56b9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      www/js/autodoc.js

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

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

Loading…
取消
儲存