diff options
author | alecpl <alec@alec.pl> | 2011-07-07 11:55:59 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-07 11:55:59 +0000 |
commit | 65b61cdd1ce5b011ca9f846847e81f16f10ef0d0 (patch) | |
tree | 893f1c65f5fff0c66eb6bce423757e6712977650 | |
parent | 7f5a849e7816e7b4c7b13a72d38a9c777632d7cd (diff) |
- Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039)
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 125b6450c..add9b1459 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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); |