mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
fixed bug in filterGIDs(..)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
876a6cb414
commit
b77e8a91a2
@ -1518,7 +1518,10 @@ function filterGIDs(filter, gids, data, images){
|
|||||||
|
|
||||||
// if key does not exist...
|
// if key does not exist...
|
||||||
if(val == null){
|
if(val == null){
|
||||||
return exp ? false : true
|
if(exp == false){
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
val = typeof(val) == typeof('str') ? val.trim() : val
|
val = typeof(val) == typeof('str') ? val.trim() : val
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user