Mercurial > hg > soundsoftware-site
diff public/javascripts/.svn/text-base/application.js.svn-base @ 1:cca12e1c1fd4
* Update to Redmine trunk (SVN revisions 3860-3892)
author | Chris Cannam |
---|---|
date | Wed, 28 Jul 2010 12:08:28 +0100 |
parents | 513646585e45 |
children | 94944d00e43c |
line wrap: on
line diff
--- a/public/javascripts/.svn/text-base/application.js.svn-base Fri Jul 23 15:52:44 2010 +0100 +++ b/public/javascripts/.svn/text-base/application.js.svn-base Wed Jul 28 12:08:28 2010 +0100 @@ -52,7 +52,7 @@ 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)