fix comment

This commit is contained in:
Uwe Steinmann 2013-03-06 12:51:33 +01:00
parent 634bf9b1d9
commit e9e8ed2844

View File

@ -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);