From 31656e020324458fb23f10af2599fb4aa43ee92a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 9 Apr 2016 04:44:14 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-chrome.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/ui-chrome.js b/ui (gen4)/features/ui-chrome.js index 96a2e03d..80d665a0 100755 --- a/ui (gen4)/features/ui-chrome.js +++ b/ui (gen4)/features/ui-chrome.js @@ -329,9 +329,9 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({ var fadein = this.config['current-image-indicator-fadein'] this._current_image_indicator_timeout = setTimeout(function(){ var m = ribbons.viewer.find('.current-marker') - .fadeIn(fadein, function(){ - m.css({display: ''}) - }) + m.fadeIn(fadein, function(){ + m.css({display: ''}) + }) }, this.config['current-image-shift-timeout']) } }],