Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2020-02-13 16:14:37 +01:00
commit 1ad2976f0d

View File

@ -498,6 +498,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
$this->printDeleteFolderButtonJs(); $this->printDeleteFolderButtonJs();
$this->printDeleteDocumentButtonJs(); $this->printDeleteDocumentButtonJs();
$this->printClickDocumentJs();
?> ?>
$(document).ready( function() { $(document).ready( function() {
$('body').on('click', 'ul.bs-docs-sidenav li a', function(ev){ $('body').on('click', 'ul.bs-docs-sidenav li a', function(ev){
@ -590,4 +591,3 @@ $(document).ready( function() {
$this->htmlEndPage(); $this->htmlEndPage();
} /* }}} */ } /* }}} */
} }
?>