Pascal Gloor 5 anni fa
parent
commit
b8b3eb1184
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      www/js/autodoc.js

+ 3
- 0
www/js/autodoc.js Vedi File

@@ -253,6 +253,9 @@ function page_load_document(args) {
$.getJSON(
conf.openapi + "/documents/" + docid,
function (doc) {
$('.autodoc_document_carousel').slick('unslick');
$('.autodoc_document_carousel').children().remove();

for (var i = 0; i < doc.pageId.length; i++) {
var item = $('.autodoc_document_template_carousel').clone();
$(item).children('img').attr('data-lazy',

Loading…
Annulla
Salva