mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40: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...
|
// no way to check so we do not know...
|
||||||
} else {
|
} else {
|
||||||
return true
|
return null
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
openURLFromHistory: ['- History/',
|
openURLFromHistory: ['- History/',
|
||||||
@ -448,7 +448,7 @@ var URLHistoryUIActions = actions.Actions({
|
|||||||
|
|
||||||
// select and highlight current path...
|
// select and highlight current path...
|
||||||
cur && list
|
cur && list
|
||||||
.select(cur)
|
.select('"'+ cur +'"')
|
||||||
.addClass('highlighted')
|
.addClass('highlighted')
|
||||||
|
|
||||||
return o
|
return o
|
||||||
|
|||||||
@ -48,10 +48,11 @@ var ImageStateIndicatorActions = actions.Actions({
|
|||||||
config: {
|
config: {
|
||||||
// XXX might be a good idea to add custom components API...
|
// XXX might be a good idea to add custom components API...
|
||||||
'global-state-indicator-elements': [
|
'global-state-indicator-elements': [
|
||||||
// XXX should index be here or to the right???
|
// Q: should index be here or to the right???
|
||||||
'index',
|
'index',
|
||||||
//'path',
|
//'path',
|
||||||
'gid',
|
'gid',
|
||||||
|
// XXX is this the right place for this???
|
||||||
'info',
|
'info',
|
||||||
|
|
||||||
// separates left/right aligned elements...
|
// separates left/right aligned elements...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user