mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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){
|
if(cur.length == 0){
|
||||||
marker.hide()
|
marker.hide()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
} else {
|
||||||
|
marker.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
// create marker if it does not exist...
|
// create marker if it does not exist...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user