mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
131e1ebd92
commit
41191e7db8
@ -746,7 +746,7 @@ core.ImageGridFeatures.Feature({
|
|||||||
// basic sections...
|
// basic sections...
|
||||||
// NOTE: config is local config...
|
// NOTE: config is local config...
|
||||||
;['config', 'data'].forEach(function(section){
|
;['config', 'data'].forEach(function(section){
|
||||||
if((changes === true || chages[section]) && res.raw[section]){
|
if((changes === true || changes[section]) && res.raw[section]){
|
||||||
res.index[section] = res.raw[section] } })
|
res.index[section] = res.raw[section] } })
|
||||||
|
|
||||||
// images (full)...
|
// images (full)...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user