Fixed: Add Another file to ticket doesn't work in IE (broken by r3750).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3879 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2010-07-25 10:34:55 +00:00
parent 91f7cbb79d
commit 73d9368039
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ function addFileField() {
d.type = "text";
d.name = "attachments[" + fileFieldCount + "][description]";
d.size = 60;
var dLabel = document.createElement("label");
var dLabel = new Element('label');
dLabel.addClassName('inline');
// Pulls the languge value used for Optional Description
dLabel.update($('attachment_description_label_content').innerHTML)