Browse Source

fixed

master
Pascal Gloor 5 years ago
parent
commit
9c8045231e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js View File

@@ -253,7 +253,7 @@ function page_load_document(args) {
$.getJSON(
conf.openapi + "/documents/" + docid,
function (doc) {
if ( $('.slick-slide') ) {
if ( $('.slick-slide').length>0 ) {
$('.autodoc_document_carousel').slick('unslick');
}
$('.autodoc_document_carousel').children().remove();

Loading…
Cancel
Save