mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
fixed a minor bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d1bfaf790f
commit
e42666c77f
@ -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
|
||||
|
||||
@ -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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user