]> source.dussan.org Git - redmine.git/commitdiff
Removed unused code (#14621).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Sep 2013 15:27:31 +0000 (15:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Sep 2013 15:27:31 +0000 (15:27 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12169 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/application.js

index 32202839d42d03d481b9fe7752283237dd5417de..057de3fc6cf000439b2728f04c7c5dc3a9c952ce 100644 (file)
@@ -465,9 +465,6 @@ function replaceIssueFormWith(html){
   });
   $('#all_attributes').empty();
   $('#all_attributes').prepend(replacement);
-  if (focus) {
-    $('#'+focus).focus();
-  }
 }
 
 function updateBulkEditFrom(url) {