Browse Source

need a better way to unslick

master
Pascal Gloor 5 years ago
parent
commit
c56de2292e
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) {
$('.autodoc_document_carousel').slick('unslick');
// $('.autodoc_document_carousel').slick('unslick');
$('.autodoc_document_carousel').children().remove();

for (var i = 0; i < doc.pageId.length; i++) {

Loading…
Cancel
Save