Browse Source

typo

master
Pascal Gloor 5 years ago
parent
commit
b1f0b37945
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js View File

@@ -72,7 +72,8 @@ function document_load(page) {
var col = $(tmpl)
.find(".autodoc_template_home_col")
.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)
.find(".autodoc_template_home_owner")
.html(doc.owner);

Loading…
Cancel
Save