mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 12:16:23 +00:00
Monotone-Parent: ac86bf6af212996c20d42a2d5075ed984200b34c
Monotone-Revision: 74220fe29f9fafe1f0463c9877d6a9f47436e728 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-15T20:12:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -198,7 +198,7 @@ function clickedEditorAttach(sender) {
|
||||
name: attachmentName },
|
||||
area);
|
||||
attachmentCount++;
|
||||
Event.observe(newAttachment, "change",
|
||||
newAttachment.observe("change",
|
||||
onAttachmentChange.bindAsEventListener(newAttachment));
|
||||
}
|
||||
|
||||
@@ -225,7 +225,7 @@ function createAttachment(node, list) {
|
||||
var attachment = createElement("li", null, null, { node: node }, null, list);
|
||||
createElement("img", null, null, { src: ResourcesURL + "/attachment.gif" },
|
||||
null, attachment);
|
||||
Event.observe(attachment, "click", onRowClick);
|
||||
attachment.observe("click", onRowClick);
|
||||
|
||||
var filename = node.value;
|
||||
var separator;
|
||||
|
||||
Reference in New Issue
Block a user