fix typo in comment

This commit is contained in:
Uwe Steinmann 2024-11-27 19:10:26 +01:00
parent 2fb41d1f40
commit ae22f5aba6

View File

@ -1749,7 +1749,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)
@ -1818,7 +1818,7 @@ function folderSelected<?php echo $formid ?>(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)