Removed unused code (#14621).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12169 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
30eaf86f29
commit
2012e635b0
|
@ -465,9 +465,6 @@ function replaceIssueFormWith(html){
|
||||||
});
|
});
|
||||||
$('#all_attributes').empty();
|
$('#all_attributes').empty();
|
||||||
$('#all_attributes').prepend(replacement);
|
$('#all_attributes').prepend(replacement);
|
||||||
if (focus) {
|
|
||||||
$('#'+focus).focus();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateBulkEditFrom(url) {
|
function updateBulkEditFrom(url) {
|
||||||
|
|
Loading…
Reference in New Issue