| @@ -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")); | |||
| }); | |||