cosmetic changes
This commit is contained in:
parent
b928795dc7
commit
57bc6af6f4
1 changed files with 1 additions and 1 deletions
|
@ -1952,7 +1952,7 @@ pandora.logEvent = function(data, event, element) {
|
||||||
'playing', 'position', 'progress', 'request'
|
'playing', 'position', 'progress', 'request'
|
||||||
], event) && !Ox.startsWith(event, 'pandora_')) {
|
], event) && !Ox.startsWith(event, 'pandora_')) {
|
||||||
try {
|
try {
|
||||||
data = JSON.stringify(data)
|
data = JSON.stringify(data);
|
||||||
} catch(e) {}
|
} catch(e) {}
|
||||||
Ox.print(
|
Ox.print(
|
||||||
'EVENT',
|
'EVENT',
|
||||||
|
|
Loading…
Reference in a new issue