mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: bfece4528b81534d630f73e8a0253a500274486d
Monotone-Revision: 870459b5cd89f38f2c5d579fccb19dba58515f8b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:51:38
This commit is contained in:
@@ -86,9 +86,11 @@ function prototypeIfyFilters() {
|
||||
}
|
||||
}
|
||||
|
||||
newFilter.actions = $([]);
|
||||
for (var j = 0; j < filter.actions.length; j++) {
|
||||
newFilter.actions.push($(filter.actions[j]));
|
||||
if (filter.actions) {
|
||||
newFilter.actions = $([]);
|
||||
for (var j = 0; j < filter.actions.length; j++) {
|
||||
newFilter.actions.push($(filter.actions[j]));
|
||||
}
|
||||
}
|
||||
newFilters.push(newFilter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user