Ver código fonte

added docid to img

master
Pascal Gloor 6 anos atrás
pai
commit
94542fc413
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      www/js/autodoc.js

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

"/image?maxWidth=" + "/image?maxWidth=" +
Math.floor(1000 / conf.home.width) 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) { $(col).find(".autodoc_template_home_img").on('click', function (e) {
console.log(e); console.log(e);
}); });

Carregando…
Cancelar
Salvar