merge of 'db5e568c7dc79c31416d0756d5275c3a7271ea61'

and 'dc9dc8d5f131b13fcd58dd6c796f3dfaa553a104'

Monotone-Parent: db5e568c7dc79c31416d0756d5275c3a7271ea61
Monotone-Parent: dc9dc8d5f131b13fcd58dd6c796f3dfaa553a104
Monotone-Revision: 3a06415372a1a1f51b286861a4ab3a51dd7df886

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-19T14:54:48
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-06-19 14:54:48 +00:00
commit 980be2a0c6
1 changed files with 2 additions and 2 deletions

View File

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