summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorcmcnulty <cmcnulty@kznf.com>2013-11-04 07:47:42 -0600
committercmcnulty <cmcnulty@kznf.com>2013-11-04 07:47:42 -0600
commit5a870688b082ec958c99a757139dd2e26b1f8233 (patch)
tree750aec55e4cb93a68aa61351b2eedbafd977ffac /program/js
parentc99901fd16d18b27af716f4ec7a4e66df6208ac4 (diff)
parenta8b004e8d8f040d868e4b19da9527c177be9959d (diff)
Merge remote-tracking branch 'upstream/master' into row-focus
Diffstat (limited to 'program/js')
-rw-r--r--program/js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/editor.js b/program/js/editor.js
index b349c9c35..020971d6e 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -162,7 +162,7 @@ function rcmail_editor_images()
for (i in files) {
att = files[i];
if (att.complete && att.mimetype.startsWith('image/')) {
- list.push([att.name, rcmail.env.comm_path+'&_action=display-attachment&_file='+i+'&_id='+rcmail.env.compose_id]);
+ list.push([att.name, rcmail.env.comm_path+'&_id='+rcmail.env.compose_id+'&_action=display-attachment&_file='+i]);
}
}