diff options
author | svncommit <devs@roundcube.net> | 2006-07-24 18:41:27 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-07-24 18:41:27 +0000 |
commit | f0f98fb108885aca3c29f759128040ef9e015e68 (patch) | |
tree | 9e2c6251221d21817eef835d7e0778da45d50e13 /skins/default | |
parent | d52676effc52f8a92c70b4e7267de8b2a47b6ffe (diff) |
Improvements to Draft handling
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/compose.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index db5fe99bd..ed44bb56c 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -20,13 +20,6 @@ function rcmail_toggle_display(id) return false; } -function rcmail_auto_save() - { - rcmail.command('savedraft','',this); - self.setTimeout('rcmail_auto_save()',300000); - } -self.setTimeout('rcmail_auto_save()',300000); - //--> </script> </head> |