##// END OF EJS Templates
Merged r10714 from trunk....
Jean-Philippe Lang -
r10511:0f219b973aa2
parent child
Show More
@@ -466,7 +466,7 function updateBulkEditFrom(url) {
466 466 function observeAutocompleteField(fieldId, url) {
467 467 $('#'+fieldId).autocomplete({
468 468 source: url,
469 minLength: 2,
469 minLength: 2
470 470 });
471 471 }
472 472
General Comments 0
You need to be logged in to leave comments. Login now