Explorar el Código

img click

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

+ 4
- 0
www/js/autodoc.js Ver fichero

@@ -126,6 +126,10 @@ function document_load() {
Math.floor(1000 / conf.home.width)
);

$.on('click', $(col).find(".autodoc_template_home_img"), function(e) {
console.log(e);
});

$(col)
.find(".autodoc_template_home_owner")
.html(doc.owner);

Cargando…
Cancelar
Guardar