mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
See ChangeLog
Monotone-Parent: 60ea6e18203007e12287f19ec553de192b334dd6 Monotone-Revision: 5ad09d1387c73089e228fa7e371baffd873a233e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-05-03T19:02:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -251,6 +251,7 @@ function createAttachment(node, list) {
|
||||
var fileArray = filename.split(separator);
|
||||
var attachmentName = document.createTextNode(fileArray[fileArray.length-1]);
|
||||
attachment.appendChild(attachmentName);
|
||||
attachment.writeAttribute("title", fileArray[fileArray.length-1]);
|
||||
}
|
||||
|
||||
function clickedEditorSave() {
|
||||
|
||||
Reference in New Issue
Block a user