diff --git a/static/js/pandora.js b/static/js/pandora.js index ec807fb40..09fd67a3d 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -22,6 +22,9 @@ appPanel (function() { window.onerror = function(error, url, line) { + if(error == 'TypeError: Attempted to assign to readonly property.') { + return + } try { !isMSIE && !/^resource:/.test(url) && pandora.api.logError({ text: error,