diff options
author | svncommit <devs@roundcube.net> | 2007-12-11 04:20:01 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-12-11 04:20:01 +0000 |
commit | 4315b0086b14cd5266b4cb824c3bd95aa550240c (patch) | |
tree | a9bfe0abb484200015e792faacd68c706d972f7a /program/js/app.js | |
parent | deb30262a766df2886e2bad2a5612a1040b6b05d (diff) |
added ability to insert attached images in HTML editor
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; |