mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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
|
||||
* actually provided to update the input field, but here we use
|
||||
* it to set the document location. */
|
||||
* actually provided to update the input field where you type, but here
|
||||
* we use it to update a second input field with the doc id. */
|
||||
updater: function (item) {
|
||||
strarr = item.split("#");
|
||||
//console.log(this.options.formname);
|
||||
|
|
Loading…
Reference in New Issue
Block a user