Explorar el Código

added docid to img

master
Pascal Gloor hace 5 años
padre
commit
94542fc413
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

@@ -125,7 +125,7 @@ function document_load() {
"/image?maxWidth=" +
Math.floor(1000 / conf.home.width)
);
$(col).find(".autodoc_template_home_img").data(doc.id);
$(col).find(".autodoc_template_home_img").on('click', function (e) {
console.log(e);
});

Cargando…
Cancelar
Guardar