add js for clicking on a document row

This commit is contained in:
Uwe Steinmann 2020-02-13 16:12:43 +01:00
parent 80ca2a7174
commit c25c3fef60

View File

@ -183,6 +183,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
$this->printDeleteFolderButtonJs();
$this->printDeleteDocumentButtonJs();
$this->printClickDocumentJs();
} /* }}} */
function show() { /* {{{ */
@ -446,4 +447,3 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
$this->htmlEndPage();
} /* }}} */
}
?>