don't trigger 'censored' event on doubleclick
This commit is contained in:
parent
f0d4043fd4
commit
a1c82cb262
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
})
|
})
|
||||||
.hide()
|
.hide()
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
anyclick: function() {
|
singleclick: function() {
|
||||||
that.triggerEvent('censored');
|
that.triggerEvent('censored');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue