Pascal Gloor hace 5 años
padre
commit
c7ac68e0bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Ver fichero

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

Cargando…
Cancelar
Guardar