Update Prototype JS to version 1.7.1

.. and fixed namespace conflict in dtree.js (Node => dtreeNode)
This commit is contained in:
Francis Lachapelle
2012-11-13 16:25:20 -05:00
parent 33bd07a53d
commit 8c96f717c0
7 changed files with 2653 additions and 1699 deletions
+1 -2
View File
@@ -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 = '&nbsp;';
}
@@ -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) {