mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-11 13:29:49 +00:00
Monotone-Parent: 49f93d7885e48cc9020c68ab92841b946e9ed227
Monotone-Revision: c682c126a76f07e9f87346487cd8223169d4dca1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-26T17:40:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -356,12 +356,12 @@ function eventsListCallback(http) {
|
||||
td = document.createElement("td");
|
||||
row.appendChild(td);
|
||||
Event.observe(td, "mousedown", listRowMouseDownHandler, true);
|
||||
td.appendChild(document.createTextNode(data[i][8]));
|
||||
td.appendChild(document.createTextNode(data[i][9]));
|
||||
|
||||
td = document.createElement("td");
|
||||
row.appendChild(td);
|
||||
Event.observe(td, "mousedown", listRowMouseDownHandler, true);
|
||||
td.appendChild(document.createTextNode(data[i][9]));
|
||||
td.appendChild(document.createTextNode(data[i][10]));
|
||||
|
||||
td = document.createElement("td");
|
||||
row.appendChild(td);
|
||||
|
||||
Reference in New Issue
Block a user