minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-13 22:24:42 +03:00
parent eaea7d0c0f
commit 5e4000715b

View File

@ -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...