mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
eaea7d0c0f
commit
5e4000715b
@ -185,6 +185,9 @@ var CurrentImageIndicatorActions = actions.Actions({
|
||||
if(cur.length == 0){
|
||||
marker.hide()
|
||||
return
|
||||
|
||||
} else {
|
||||
marker.show()
|
||||
}
|
||||
|
||||
// create marker if it does not exist...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user