diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPlayer.js index e6842b59..f1228f1d 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPlayer.js @@ -452,7 +452,7 @@ Ox.VideoPlayer = function(options, self) { }) .hide() .bindEvent({ - anyclick: function() { + singleclick: function() { that.triggerEvent('censored'); } })