diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-07 11:55:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-07 11:55:59 +0000 |
| commit | f74c374158d8e3ffce5a95c972f8629d375b6bdd (patch) | |
| tree | 019044d4ff26dec2656e3dba22fdc995a5046264 | |
| parent | 642cb7e4357030d61f9ff56498aeaa590c7699cf (diff) | |
- Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039)
git-svn-id: https://svn.roundcube.net/trunk@4917 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 125b6450c..add9b1459 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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); |
