Fixed new issue form rendering with IE8.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10806 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fd41840434
commit
e9e5d2e072
@ -485,10 +485,12 @@ function updateBulkEditFrom(url) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function observeAutocompleteField(fieldId, url) {
|
function observeAutocompleteField(fieldId, url) {
|
||||||
|
$(document).ready(function() {
|
||||||
$('#'+fieldId).autocomplete({
|
$('#'+fieldId).autocomplete({
|
||||||
source: url,
|
source: url,
|
||||||
minLength: 2
|
minLength: 2
|
||||||
});
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function observeSearchfield(fieldId, targetId, url) {
|
function observeSearchfield(fieldId, targetId, url) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user