From 24408382a6105d5c8ca12db0e0518a803f62bd07 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 7 Jun 2016 06:22:44 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 619a969d..05185f0d 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -1008,7 +1008,7 @@ var ConfigLocalStorageActions = actions.Actions({ } }], // XXX need to load the reset config, and not just set it... - resetConfig: ['File/Reset configuration to default state', + resetConfig: ['File/Reset settings', function(){ this.config = this.__base_config || this.config }],