Monotone-Parent: bfece4528b81534d630f73e8a0253a500274486d

Monotone-Revision: 870459b5cd89f38f2c5d579fccb19dba58515f8b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-01-30T19:51:38
This commit is contained in:
Francis Lachapelle
2012-01-30 19:51:38 +00:00
parent 7dcdc01a6e
commit d9bae3cf97

View File

@@ -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);
}