diff --git a/views/bootstrap/class.ObjectCheck.php b/views/bootstrap/class.ObjectCheck.php index 89271526f..405ad6be3 100644 --- a/views/bootstrap/class.ObjectCheck.php +++ b/views/bootstrap/class.ObjectCheck.php @@ -498,6 +498,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style { $this->printDeleteFolderButtonJs(); $this->printDeleteDocumentButtonJs(); + $this->printClickDocumentJs(); ?> $(document).ready( function() { $('body').on('click', 'ul.bs-docs-sidenav li a', function(ev){ @@ -590,4 +591,3 @@ $(document).ready( function() { $this->htmlEndPage(); } /* }}} */ } -?>