mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 05:15:25 +00:00
Monotone-Parent: babfea6e4a86c3a35dca2f890f5274a718b07250
Monotone-Revision: 25abdbcb35808945aa88d8503c67e9f53776cf62 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-27T15:14:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -226,13 +226,8 @@ function updateSieveFilterRow(filterTable, number, filter) {
|
||||
nameColumn.appendChild(document.createTextNode(filter.name));
|
||||
|
||||
var activeColumn = columns[1];
|
||||
while (activeColumn.firstChild) {
|
||||
activeColumn.removeChild(activeColumn.firstChild);
|
||||
}
|
||||
createElement("input", null, "checkBox",
|
||||
{ checked: filter.active,
|
||||
type: "checkbox" },
|
||||
null, activeColumn);
|
||||
var cb = activeColumn.childNodesWithTag("input");
|
||||
cb[0].checked = filter.active;
|
||||
}
|
||||
|
||||
function _editFilter(filterId) {
|
||||
|
||||
Reference in New Issue
Block a user