Pascal Gloor 5年前
コミット
db87384361
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js ファイルの表示

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

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