diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-24 18:41:27 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-24 18:41:27 +0000 |
| commit | 8caf79e1b0db4ea1a46aa14034901f571d30f742 (patch) | |
| tree | 5fedfedd70d5fa1b382275a8fbc6ec61f79640c9 /roundcubemail/skins/default | |
| parent | 5ab681d494372f43865da1ac78c57b6130e23484 (diff) | |
Improvements to Draft handling
git-svn-id: https://svn.roundcube.net/trunk@281 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index db5fe99bd..ed44bb56c 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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> |
