From e42666c77fc548df346bad3a34b03aaa661ccabd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 17 Feb 2016 20:10:31 +0300 Subject: [PATCH] fixed a minor bug... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/history.js | 4 ++-- ui (gen4)/features/ui-status.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/history.js b/ui (gen4)/features/history.js index 030ccc52..48e6876d 100755 --- a/ui (gen4)/features/history.js +++ b/ui (gen4)/features/history.js @@ -144,7 +144,7 @@ var URLHistoryActions = actions.Actions({ // no way to check so we do not know... } else { - return true + return null } }], openURLFromHistory: ['- History/', @@ -448,7 +448,7 @@ var URLHistoryUIActions = actions.Actions({ // select and highlight current path... cur && list - .select(cur) + .select('"'+ cur +'"') .addClass('highlighted') return o diff --git a/ui (gen4)/features/ui-status.js b/ui (gen4)/features/ui-status.js index f2dec62c..31ce7c0b 100755 --- a/ui (gen4)/features/ui-status.js +++ b/ui (gen4)/features/ui-status.js @@ -48,10 +48,11 @@ var ImageStateIndicatorActions = actions.Actions({ config: { // XXX might be a good idea to add custom components API... 'global-state-indicator-elements': [ - // XXX should index be here or to the right??? + // Q: should index be here or to the right??? 'index', //'path', 'gid', + // XXX is this the right place for this??? 'info', // separates left/right aligned elements...