From 5e4000715b6dd89809866e4fed492752f091e238 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 13 May 2017 22:24:42 +0300 Subject: [PATCH] minor bugfix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-chrome.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/features/ui-chrome.js b/ui (gen4)/features/ui-chrome.js index 40490ccd..ff068fa5 100755 --- a/ui (gen4)/features/ui-chrome.js +++ b/ui (gen4)/features/ui-chrome.js @@ -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...