lower timeout, add to library

This commit is contained in:
j 2014-05-18 01:14:29 +02:00
commit 255bb6ce5c
3 changed files with 16 additions and 6 deletions

View file

@ -208,6 +208,7 @@ oml.clearFilters = function() {
items: addedItems,
list: target
}, function(result) {
Ox.Request.clearCache();
callback(result, addedItems);
});
} else {