mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-11 05:19:43 +00:00
Update Prototype JS to version 1.7.1
.. and fixed namespace conflict in dtree.js (Node => dtreeNode)
This commit is contained in:
@@ -896,7 +896,6 @@ function messageListCallback(row, data, isNew) {
|
||||
for (var j = 0; j < cells.length; j++) {
|
||||
var cell = cells[j];
|
||||
var cellType = Mailer.columnsOrder[j];
|
||||
|
||||
if (data[cellType]) cell.innerHTML = data[cellType];
|
||||
else cell.innerHTML = ' ';
|
||||
}
|
||||
@@ -2718,7 +2717,7 @@ function onMarkMenuPrepareVisibility() {
|
||||
isRead = !row.hasClassName("mailer_unreadmail");
|
||||
}
|
||||
|
||||
var menuUL = this.childElements()[0];
|
||||
var menuUL = this.down();
|
||||
var menuLIS = menuUL.childElements();
|
||||
|
||||
if (isRead) {
|
||||
|
||||
Reference in New Issue
Block a user