add draganddroppause to list of events that are not logged
This commit is contained in:
parent
0a70aa2f88
commit
642c5e2288
1 changed files with 2 additions and 1 deletions
|
@ -1911,7 +1911,8 @@ pandora.logEvent = function(data, event, element) {
|
||||||
if (!Ox.contains([
|
if (!Ox.contains([
|
||||||
'mousedown', 'mouserepeat', 'anyclick', 'singleclick', 'doubleclick', 'mousewheel',
|
'mousedown', 'mouserepeat', 'anyclick', 'singleclick', 'doubleclick', 'mousewheel',
|
||||||
'dragstart', 'drag', 'dragenter', 'dragleave', 'dragpause', 'dragend',
|
'dragstart', 'drag', 'dragenter', 'dragleave', 'dragpause', 'dragend',
|
||||||
'draganddropstart', 'draganddrop', 'draganddropenter', 'draganddropleave', 'draganddropend',
|
'draganddropstart', 'draganddrop', 'draganddropenter',
|
||||||
|
'draganddropleave', 'draganddroppause', 'draganddropend',
|
||||||
'playing', 'position', 'progress', 'request'
|
'playing', 'position', 'progress', 'request'
|
||||||
], event) && !Ox.startsWith(event, 'pandora_')) {
|
], event) && !Ox.startsWith(event, 'pandora_')) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue