Kaynağa Gözat

typo

master
Pascal Gloor 5 yıl önce
ebeveyn
işleme
b1f0b37945
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js Dosyayı Görüntüle

@@ -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…
İptal
Kaydet