summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-07-18 15:44:19 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-07-18 15:44:19 +0000
commit47e1c2700e1a99afa6c310de2fd2c0722187a85b (patch)
tree2e7b26591cfb1f7bfc6619b5cec64640abe4d8e3 /roundcubemail/program/steps
parent5f726116cd2e0d49681e28bb127b4e154c10fbd7 (diff)
-fixed attachments removing in draft mode
git-svn-id: https://svn.roundcube.net/trunk@1597 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc
index f3ab4cec6..1b1d0bf4b 100644
--- a/roundcubemail/program/steps/mail/compose.inc
+++ b/roundcubemail/program/steps/mail/compose.inc
@@ -649,7 +649,7 @@ function rcmail_compose_attachment_list($attrib)
html::a(array(
'href' => "#delete",
'title' => rcube_label('delete'),
- 'onclick' => sprintf("return %s.command(\'remove-attachment\',\'rcmfile%d\', this)", JS_OBJECT_NAME, $id)),
+ 'onclick' => sprintf("return %s.command('remove-attachment','rcmfile%d', this)", JS_OBJECT_NAME, $id)),
$button) . Q($a_prop['name']));
}