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