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