1
0
Fork 0
This commit is contained in:
hkernbach 2016-09-09 13:39:15 +02:00
parent c8923c1021
commit ee65a1a375
1 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,8 @@
// add those filters also to the collection
self.collection.addFilter(f.attribute, f.operator, f.value);
});
self.rerender();
},
addFilterItem: function () {