mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +00:00
clicking on folder title in list will go to folder page
This commit is contained in:
parent
ff9c759cb4
commit
b6ee001f0d
|
|
@ -702,6 +702,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Theme_Style {
|
|||
$this->printDeleteFolderButtonJs();
|
||||
$this->printDeleteDocumentButtonJs();
|
||||
$this->printClickDocumentJs();
|
||||
$this->printClickFolderJs();
|
||||
?>
|
||||
$(document).ready( function() {
|
||||
$('body').on('click', 'ul.sidenav li a', function(ev){
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user