From 4315b0086b14cd5266b4cb824c3bd95aa550240c Mon Sep 17 00:00:00 2001 From: svncommit Date: Tue, 11 Dec 2007 04:20:01 +0000 Subject: added ability to insert attached images in HTML editor --- program/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'program/js/app.js') 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; -- cgit v1.2.3