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:
Wolfgang Sourdeau
2007-11-26 17:40:44 +00:00
parent 6404502eab
commit 1235af6bde
14 changed files with 191 additions and 62 deletions
+2 -2
View File
@@ -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);