From d1162a171af759a6f37b6137352ad4b5b6fa8a9a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 28 Jan 2018 03:24:19 +0300 Subject: [PATCH] minor fixes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/config.js | 10 +++++----- ui (gen4)/features/ui-single-image.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui (gen4)/features/config.js b/ui (gen4)/features/config.js index 3e45117f..fd28fd2b 100755 --- a/ui (gen4)/features/config.js +++ b/ui (gen4)/features/config.js @@ -252,25 +252,25 @@ module.ConfigLocalStorage = core.ImageGridFeatures.Feature({ // XXX config override location/filename to support portable apps... // XXX comment support in json (preferably both reading and writing...) -var ConfigFS = actions.Actions({ +var ConfigFSActions = actions.Actions({ config: { }, }) -var ConfigLocalStorage = -module.ConfigLocalStorage = core.ImageGridFeatures.Feature({ +var ConfigFS = +module.ConfigFS = core.ImageGridFeatures.Feature({ title: '', doc: '', tag: 'fs-config', depends: [ - 'config-local-storage', + 'localstorage-config', 'fs', ], - actions: ConfigFS, + actions: ConfigFSActions, handlers: [ // NOTE: considering that allot depends on this it must be diff --git a/ui (gen4)/features/ui-single-image.js b/ui (gen4)/features/ui-single-image.js index d455fb29..edb13b26 100755 --- a/ui (gen4)/features/ui-single-image.js +++ b/ui (gen4)/features/ui-single-image.js @@ -485,7 +485,7 @@ module.SingleImageViewLocalStorage = core.ImageGridFeatures.Feature({ tag: 'ui-single-image-local-storage', depends: [ 'ui-single-image', - 'config-local-storage', + 'localstorage-config', ], handlers:[