Monotone-Parent: cce626b1665a1e4c101dbefb518c640190f718d5

Monotone-Revision: dc9dc8d5f131b13fcd58dd6c796f3dfaa553a104

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-06-18T23:01:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2009-06-18 23:01:15 +00:00
parent 7933e86bf4
commit 31b7bd4337

View file

@ -604,12 +604,12 @@ function eventsListCallback(http) {
td = $(document.createElement("td")); td = $(document.createElement("td"));
row.appendChild(td); row.appendChild(td);
td.observe("mousedown", listRowMouseDownHandler, true); td.observe("mousedown", listRowMouseDownHandler, true);
td.appendChild(document.createTextNode(data[i][15])); td.appendChild(document.createTextNode(data[i][16]));
td = $(document.createElement("td")); td = $(document.createElement("td"));
row.appendChild(td); row.appendChild(td);
td.observe("mousedown", listRowMouseDownHandler, true); td.observe("mousedown", listRowMouseDownHandler, true);
td.appendChild(document.createTextNode(data[i][16])); td.appendChild(document.createTextNode(data[i][17]));
td = $(document.createElement("td")); td = $(document.createElement("td"));
row.appendChild(td); row.appendChild(td);