diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-19 06:48:18 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-19 06:48:18 +0000 |
| commit | 5fc97585f3fad42240b6edbcc77f83d21292d2b3 (patch) | |
| tree | 6d52b7d5a70c2bcdae4c550eb0b69a768ef1513c /roundcubemail/program/js | |
| parent | c9921fca64e04f8fd8de7eeda7fbb6b587d4c34e (diff) | |
Unlock interface when message sending fails (#1484570)
git-svn-id: https://svn.roundcube.net/trunk@802 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 9693ff53d..1711ab592 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -804,6 +804,7 @@ function rcube_webmail() this.set_busy(true, 'savingmessage'); var form = this.gui_objects.messageform; form.target = "savetarget"; + form._draft.value = '1'; form.submit(); break; |
