diff --git a/ui (gen4)/features/ui-chrome.js b/ui (gen4)/features/ui-chrome.js index 8a677434..374552e1 100755 --- a/ui (gen4)/features/ui-chrome.js +++ b/ui (gen4)/features/ui-chrome.js @@ -245,6 +245,7 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({ actions: CurrentImageIndicatorActions, handlers: [ + // show the indicator... ['load', function(){ var fadein = this.config['current-image-indicator-fadein'] @@ -259,10 +260,6 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({ }, fadein) }], - // move marker to current image... - ['focusImage.post', - function(){ this.updateCurrentImageIndicator() }], - // Change border size in the appropriate spot in the animation: // - before animation when scaling up // - after when scaling down