Increase the delay before adjusting the image prewiew.

This commit is contained in:
Lars Jung 2013-07-14 20:29:55 +02:00
parent a189042a47
commit 4c8bb24267

View file

@ -145,7 +145,7 @@ modulejs.define('ext/preview-img', ['_', '$', 'core/settings', 'core/resource',
$('#pv-img-bar-size').text('' + width + 'x' + height);
$('#pv-img-bar-idx').text('' + (currentIdx + 1) + ' / ' + currentEntries.length);
$('#pv-img-bar-original').find('a').attr('href', currentEntries[currentIdx].absHref);
}, 1);
}, 30);
});
});
},