mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 16:26:03 +01:00
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:
@@ -465,9 +465,6 @@ function replaceIssueFormWith(html){
|
||||
});
|
||||
$('#all_attributes').empty();
|
||||
$('#all_attributes').prepend(replacement);
|
||||
if (focus) {
|
||||
$('#'+focus).focus();
|
||||
}
|
||||
}
|
||||
|
||||
function updateBulkEditFrom(url) {
|
||||
|
||||
Reference in New Issue
Block a user