Kaynağa Gözat

typo

master
Pascal Gloor 5 yıl önce
ebeveyn
işleme
ab814f56b9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Dosyayı Görüntüle

@@ -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…
İptal
Kaydet