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
clear img src
master
Pascal Gloor
6 years ago
parent
74854a9cc8
commit
a8ea5b1ba3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
www/js/autodoc.js
+ 1
- 0
www/js/autodoc.js
View File
@@ -251,6 +251,7 @@ function page_load_document(args) {
$('.autodoc_document_empty').addClass('d-none');
$('.autodoc_document_body').removeClass('d-none');
$('.autodoc_document_image').attr('src','');
$.getJSON(
conf.openapi + "/documents/" + docid,
Write
Preview
Loading…
Cancel
Save