mirror of
https://github.com/redmine/redmine.git
synced 2026-03-24 21:31:01 +01:00
Merged r15301 (#22296).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15302 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -514,6 +514,7 @@ function observeAutocompleteField(fieldId, url, options) {
|
||||
$('#'+fieldId).autocomplete($.extend({
|
||||
source: url,
|
||||
minLength: 2,
|
||||
position: {collision: "flipfit"},
|
||||
search: function(){$('#'+fieldId).addClass('ajax-loading');},
|
||||
response: function(){$('#'+fieldId).removeClass('ajax-loading');}
|
||||
}, options));
|
||||
|
||||
Reference in New Issue
Block a user