Pascal Gloor 5年前
コミット
55ab5077b3
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; i<doc.pageId.length; i++) {
var item = '<div><img src="" /></div>';
$(item).find('img').attr('src', conf.openapi + "/pages/" + doc.pageId[i] + "/images?maxWidth=100");
$(item).find('img').attr('src', conf.openapi + "/pages/" + doc.pageId[i] + "/image?maxWidth=100");
$('.autodoc_document_carousel').append(item);
}
}

読み込み中…
キャンセル
保存