diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index cf14c68e..83a8f7ae 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -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')