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

@@ -290,7 +290,7 @@ function document_load() {
);
$(col).find(".autodoc_template_home_img").data("documentId", doc.id);
$(col).find(".autodoc_template_home_img").on('click', function (e) {
$('autodoc_tab_document').data('docid') = $(e.target).data("documentId");
$('autodoc_tab_document').data('docid', $(e.target).data("documentId"));
window.location.hash = 'document';
e.preventDefault();
// home_modal_open($(e.target).data("documentId"));

Cargando…
Cancelar
Guardar