From 4a3cdf24b51649a6c644f64d89c9b81607b76651 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 27 Nov 2024 19:08:14 +0100 Subject: [PATCH] fix typo in comment --- views/bootstrap/class.Bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 69ccb126a..9b69f4f8a 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1736,7 +1736,7 @@ $(document).ready(function() { /** * This function is deprecated. Don't use it anymore. There is a generic * folderSelected and documentSelected function in application.js - * If you extra functions to be called then define them in your own js code + * If you need extra functions to be called then define them in your own js code */ function printDocumentChooserJs($form, $formname='') { /* {{{ */ if(!$formname) @@ -1802,7 +1802,7 @@ function folderSelected(id, name) { /** * This function is deprecated. Don't use it anymore. There is a generic * folderSelected and documentSelected function in application.js - * If you extra functions to be called then define them in your own js code + * If you need extra functions to be called then define them in your own js code */ function printFolderChooserJs($form, $formname='') { /* {{{ */ if(!$formname)