diff options
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/js/app.js b/program/js/app.js index f0065acf5..5c2aecd21 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -830,7 +830,7 @@ function rcube_webmail() if (!this.check_compose_input()) break; - + // Reset the auto-save timer self.clearTimeout(this.save_timer); @@ -1884,7 +1884,6 @@ function rcube_webmail() // upload attachment file this.upload_file = function(form) { - if (!form) return false; |