Pascal Gloor 5 anni fa
parent
commit
c7ac68e0bf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Vedi File

@@ -75,7 +75,7 @@ function document_load(page) {
var col = $(tmpl)
.find(".autodoc_template_home_col")
.clone();
$(col).find(".autodoc_template_home_img").attr('src', conf.openapi + '/documents/' + doc.id + '/image?maxWidth=' + Math.floor(conf.home.width/conf.home.width));
$(col).find(".autodoc_template_home_img").attr('src', conf.openapi + '/documents/' + doc.id + '/image?maxWidth=' + Math.floor(1000/conf.home.width));

$(col)
.find(".autodoc_template_home_owner")

Loading…
Annulla
Salva