summaryrefslogtreecommitdiff
path: root/program/steps/mail/upload.inc
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-07-24 18:41:27 +0000
committersvncommit <devs@roundcube.net>2006-07-24 18:41:27 +0000
commitf0f98fb108885aca3c29f759128040ef9e015e68 (patch)
tree9e2c6251221d21817eef835d7e0778da45d50e13 /program/steps/mail/upload.inc
parentd52676effc52f8a92c70b4e7267de8b2a47b6ffe (diff)
Improvements to Draft handling
Diffstat (limited to 'program/steps/mail/upload.inc')
-rw-r--r--program/steps/mail/upload.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/upload.inc b/program/steps/mail/upload.inc
index 39164bb46..0af8eed46 100644
--- a/program/steps/mail/upload.inc
+++ b/program/steps/mail/upload.inc
@@ -60,6 +60,7 @@ if (parent.$JS_OBJECT_NAME)
{
$response
parent.$JS_OBJECT_NAME.show_attachment_form(false);
+parent.$JS_OBJECT_NAME.auto_save_start();
}
</script>
</html>