From 41191e7db82bd53f13fad6597331d42983864a59 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 20 May 2020 20:49:08 +0300 Subject: [PATCH] minor typo fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/base.js b/ui (gen4)/features/base.js index 18ab9efa..adb66121 100755 --- a/ui (gen4)/features/base.js +++ b/ui (gen4)/features/base.js @@ -746,7 +746,7 @@ core.ImageGridFeatures.Feature({ // basic sections... // NOTE: config is local config... ;['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] } }) // images (full)...