From c25c3fef6060ae2592e2a87571994c8c91124eaf Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 13 Feb 2020 16:12:43 +0100 Subject: [PATCH] add js for clicking on a document row --- views/bootstrap/class.ObjectCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.ObjectCheck.php b/views/bootstrap/class.ObjectCheck.php index 5585f9c85..5ddfbb0fe 100644 --- a/views/bootstrap/class.ObjectCheck.php +++ b/views/bootstrap/class.ObjectCheck.php @@ -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(); } /* }}} */ } -?>