- Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039)

release-0.6
alecpl 13 years ago
parent 7f5a849e78
commit 65b61cdd1c

@ -5685,7 +5685,7 @@ function rcube_webmail()
if (!field.length) {
field = $('<input>').attr({type: 'hidden', name: fname});
field.appendTo(form);
field.prependTo(form);
}
field.val(ts);

Loading…
Cancel
Save