This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
typo
master
Pascal Gloor
5 years ago
parent
92a2380811
commit
ab814f56b9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
www/js/autodoc.js
+ 1
- 1
www/js/autodoc.js
View File
@@ -130,7 +130,7 @@ $(document).ready(function () {
$('.autodoc_tag_delete').click(function (e) {
var tagId = $('.autodoc_tag_id').val();
if (tag != "") {
if (tag
Id
!= "") {
$.ajax({
type: "DELETE",
url: conf.openapi + "/tags/" + tagId,
Write
Preview
Loading…
Cancel
Save