Pascal Gloor před 5 roky
rodič
revize
b1f0b37945
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit