From 57bc6af6f42a11f2f2399fb902d53fe0ac189c97 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 23 Sep 2014 23:56:59 +0200 Subject: [PATCH] cosmetic changes --- static/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/utils.js b/static/js/utils.js index 8e38a9129..84f1ffd7f 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -1952,7 +1952,7 @@ pandora.logEvent = function(data, event, element) { 'playing', 'position', 'progress', 'request' ], event) && !Ox.startsWith(event, 'pandora_')) { try { - data = JSON.stringify(data) + data = JSON.stringify(data); } catch(e) {} Ox.print( 'EVENT',