Pascal Gloor před 5 roky
rodič
revize
db87384361
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Zobrazit soubor

@@ -250,7 +250,7 @@ function page_load_document() {
conf.openapi + "/documents/" + docid,
function(doc) {
for(var i=0; i<doc.pageId.length; i++) {
var item = '<div><img /></div>';
var item = '<div><img src="" /></div>';
$(item).find('img').attr('src', conf.openapi + "/pages/" + doc.pageId[i] + "/images?maxWidth=100");
$('.autodoc_document_carousel').append(item);
}

Načítá se…
Zrušit
Uložit