Browse Source

test

master
Pascal Gloor 5 years ago
parent
commit
a746fb2757
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js View File

$(col).find(".autodoc_template_home_img").data("documentId", doc.id); $(col).find(".autodoc_template_home_img").data("documentId", doc.id);
$(col).find(".autodoc_template_home_img").on('click', function (e) { $(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('#document');
window.location.hash = 'document';
e.preventDefault();
// home_modal_open($(e.target).data("documentId")); // home_modal_open($(e.target).data("documentId"));
}); });



Loading…
Cancel
Save