mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
fix comment
This commit is contained in:
parent
634bf9b1d9
commit
e9e8ed2844
|
@ -70,8 +70,8 @@ $(document).ready( function() {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
/* updater is called when the item in the list is clicked. It is
|
/* updater is called when the item in the list is clicked. It is
|
||||||
* actually provided to update the input field, but here we use
|
* actually provided to update the input field where you type, but here
|
||||||
* it to set the document location. */
|
* we use it to update a second input field with the doc id. */
|
||||||
updater: function (item) {
|
updater: function (item) {
|
||||||
strarr = item.split("#");
|
strarr = item.split("#");
|
||||||
//console.log(this.options.formname);
|
//console.log(this.options.formname);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user