From 0044ffdbb3da2e1cf6af61ef2ce6117ef87a0296 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 18 Feb 2014 09:18:28 +0000 Subject: [PATCH] loadedmetadata always seeks, only hide loading icon after seek is done, fixes #2314 --- source/Ox.UI/js/Video/VideoPlayer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 65b56e98..dadd58b6 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1891,7 +1891,6 @@ Ox.VideoPlayer = function(options, self) { } self.$playButton && self.$playButton.options({disabled: false}); - hideLoadingIcon(); if (self.options.showIcon || self.options.showIconOnLoad) { self.$playIcon.animate({ opacity: 1