mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 07:48:52 +00:00
Monotone-Parent: aee5a83161f17cfc5adfc2cd3caf9d72bb2bbe97
Monotone-Revision: 69cc1831846c1c973825222eaf0faa27fa99c1b9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-02-05T20:00:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -364,7 +364,7 @@ function onSelectAllAttachments() {
|
||||
var list = $("attachments");
|
||||
var nodes = list.childNodesWithTag("li");
|
||||
for (var i = 0; i < nodes.length; i++)
|
||||
nodes[i].select();
|
||||
nodes[i].selectElement();
|
||||
}
|
||||
|
||||
function onWindowResize(event) {
|
||||
|
||||
Reference in New Issue
Block a user