forked from 0x2620/oxjs
remove on mouseover/select opacity change in icon lists (would cause video items to briefly go black)
This commit is contained in:
parent
33ec75122b
commit
d186211453
2 changed files with 4 additions and 4 deletions
|
|
@ -1700,10 +1700,10 @@ Ox.VideoPlayer = function(options, self) {
|
|||
}
|
||||
|
||||
function seeked() {
|
||||
Ox.Log('Video', 'XX seeked')
|
||||
Ox.Log('Video', 'seeked')
|
||||
clearTimeout(self.seekTimeout);
|
||||
self.seekTimeout = 0;
|
||||
Ox.Log('Video', 'XX hide')
|
||||
Ox.Log('Video', 'hide loading icon')
|
||||
hideLoadingIcon();
|
||||
self.$playIcon && self.$playIcon.show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue