Pascal Gloor 5 лет назад
Родитель
Сommit
7b9f5e86ea
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Просмотреть файл

@@ -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);
}
}

Загрузка…
Отмена
Сохранить