typo
This commit is contained in:
parent
e20fe9f2fe
commit
51881d98b9
1 changed files with 2 additions and 1 deletions
|
@ -1922,7 +1922,8 @@ Ox.VideoPlayer = function(options, self) {
|
|||
&& title == Ox.getObjectById(
|
||||
self.options.timelineTypes,
|
||||
self.options.timelineType
|
||||
).title;
|
||||
).title
|
||||
);
|
||||
$(children[1]).attr({
|
||||
src: Ox.UI.getImageURL(
|
||||
'symbol' + (checked ? 'Check' : 'None')
|
||||
|
|
Loading…
Reference in a new issue