Pascal Gloor 5 vuotta sitten
vanhempi
commit
a746fb2757
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js Näytä tiedosto

@@ -291,7 +291,8 @@ 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");
window.location('#document');
window.location.hash = 'document';
e.preventDefault();
// home_modal_open($(e.target).data("documentId"));
});


Loading…
Peruuta
Tallenna