mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7182cf3396
commit
564f2bd144
@ -1214,7 +1214,7 @@ module.CollectionTags = core.ImageGridFeatures.Feature({
|
|||||||
// the stuff it created...
|
// the stuff it created...
|
||||||
// XXX should we be a bit more atomic and save tags iff
|
// XXX should we be a bit more atomic and save tags iff
|
||||||
// they were changed only???
|
// they were changed only???
|
||||||
Object.keys(this.collections).forEach(function(title){
|
Object.keys(this.collections || {}).forEach(function(title){
|
||||||
var path = 'collections/'+ raw[title].gid
|
var path = 'collections/'+ raw[title].gid
|
||||||
var metadata = res.index[path + '/metadata']
|
var metadata = res.index[path + '/metadata']
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user