소스 검색

test

master
Pascal Gloor 5 년 전
부모
커밋
a746fb2757
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      www/js/autodoc.js

+ 2
- 1
www/js/autodoc.js 파일 보기

@@ -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…
취소
저장