fixed a minor bug...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-02-17 20:10:31 +03:00
parent d1bfaf790f
commit e42666c77f
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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...