mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 13:29:29 +00:00
Monotone-Parent: ba93648668b454da7b3f64c96966ebdfeffb66ce
Monotone-Revision: 29645ba8653a697b68b7b96a094e71f358bbd4c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-27T15:03:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -55,10 +55,11 @@ function editEvent() {
|
||||
var nodes = listOfSelection.getSelectedRows();
|
||||
|
||||
for (var i = 0; i < nodes.length; i++)
|
||||
_editEventId(nodes.getAttribute("id"),
|
||||
nodes.getAttribute("owner"));
|
||||
_editEventId(nodes[i].getAttribute("id"),
|
||||
nodes[i].getAttribute("owner"));
|
||||
}
|
||||
|
||||
|
||||
return false; /* stop following the link */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user