fix typo in comment

This commit is contained in:
Uwe Steinmann 2024-11-27 19:08:14 +01:00
parent 0161da6143
commit 4a3cdf24b5

View File

@ -1736,7 +1736,7 @@ $(document).ready(function() {
/** /**
* This function is deprecated. Don't use it anymore. There is a generic * This function is deprecated. Don't use it anymore. There is a generic
* folderSelected and documentSelected function in application.js * 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='') { /* {{{ */ function printDocumentChooserJs($form, $formname='') { /* {{{ */
if(!$formname) if(!$formname)
@ -1802,7 +1802,7 @@ function folderSelected<?php echo $formid ?>(id, name) {
/** /**
* This function is deprecated. Don't use it anymore. There is a generic * This function is deprecated. Don't use it anymore. There is a generic
* folderSelected and documentSelected function in application.js * 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='') { /* {{{ */ function printFolderChooserJs($form, $formname='') { /* {{{ */
if(!$formname) if(!$formname)