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
72ceb2657e
commit
f481f2b653
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
www/js/autodoc.js
+ 2
- 2
www/js/autodoc.js
View File
@@ -191,10 +191,10 @@ function upload_zone_drop(e) {
$.post(conf.openapi + "/documents", {}, function(data) {
temp.documentid = data.id;
handle_uploads(ev);
})
})
;
}
else {
handle_upl
a
ods(ev);
handle_uplo
a
ds(ev);
}
}
Write
Preview
Loading…
Cancel
Save