mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0c3765166c
commit
c1575f69c4
@ -198,7 +198,7 @@ function setupBookmarks(viewer){
|
||||
// XXX make this viewer specific...
|
||||
showContextIndicator(
|
||||
'current-image-bookmarked',
|
||||
'Image is bookmarked (ctrl-B)')
|
||||
'Bookmarked (ctrl-B)')
|
||||
.click(function(){ toggleBookmark() })
|
||||
|
||||
return viewer
|
||||
|
||||
@ -492,7 +492,7 @@ function setupMarks(viewer){
|
||||
.click(function(){ toggleMarkedOnlyView() })
|
||||
showContextIndicator(
|
||||
'current-image-marked',
|
||||
'Image is marked (Ins)')
|
||||
'Marked (Ins)')
|
||||
.click(function(){ toggleMark() })
|
||||
|
||||
return viewer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user