Browse Source

debug

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

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

@@ -259,7 +259,7 @@ function page_load_document(args) {
conf.openapi + "/pages/" + doc.pageId[i] + "/image?maxWidth=100");

$(item).children('span').html(i);
$('.autodoc_document_carousel').append(item);
// $('.autodoc_document_carousel').append(item);

}
$('.autodoc_document_carousel').slick({

Loading…
Cancel
Save