diff --git a/ui/data.js b/ui/data.js index 906b3478..f90698ec 100755 --- a/ui/data.js +++ b/ui/data.js @@ -1518,7 +1518,10 @@ function filterGIDs(filter, gids, data, images){ // if key does not exist... if(val == null){ - return exp ? false : true + if(exp == false){ + continue + } + return false } val = typeof(val) == typeof('str') ? val.trim() : val