瀏覽代碼

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…
取消
儲存