瀏覽代碼

typo

master
Pascal Gloor 6 年之前
父節點
當前提交
b1f0b37945
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js 查看文件

var col = $(tmpl) var col = $(tmpl)
.find(".autodoc_template_home_col") .find(".autodoc_template_home_col")
.clone(); .clone();
$(col).find(".autodoc_template_home_img").attr('src', config.openapi + '/documents/' + doc.id + '/image');
$(col).find(".autodoc_template_home_img").attr('src', conf.openapi + '/documents/' + doc.id + '/image');

$(col) $(col)
.find(".autodoc_template_home_owner") .find(".autodoc_template_home_owner")
.html(doc.owner); .html(doc.owner);

Loading…
取消
儲存