mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix typo in comment
This commit is contained in:
parent
2fb41d1f40
commit
ae22f5aba6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user