##// END OF EJS Templates
Merged r8780 from trunk (#10115)....
Jean-Philippe Lang -
r8661:84c61545a95c
parent child
Show More
@@ -89,7 +89,7 function addFileField() {
89 89 var fields = $('attachments_fields');
90 90 if (fields.childElements().length >= 10) return false;
91 91 fileFieldCount++;
92 var s = document.createElement("span");
92 var s = new Element('span');
93 93 s.update(fields.down('span').innerHTML);
94 94 s.down('input.file').name = "attachments[" + fileFieldCount + "][file]";
95 95 s.down('input.description').name = "attachments[" + fileFieldCount + "][description]";
General Comments 0
You need to be logged in to leave comments. Login now