Browse Source

buggy url

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

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

$('.autodoc_document_carousel').append(item); $('.autodoc_document_carousel').append(item);


} }
$('.autodoc_document_image').attr('src', doc.primaryPage);
$('.autodoc_document_image').attr('src', conf.openapi + "/pages/" + doc.primaryPage + "/image");
$('.autodoc_document_carousel').slick({ $('.autodoc_document_carousel').slick({
lazyLoad: 'ondemand', lazyLoad: 'ondemand',
slidesToShow: 3, slidesToShow: 3,

Loading…
Cancel
Save