3 lines
139 B
Plaintext
3 lines
139 B
Plaintext
window.onerror = function (error) {
|
|
parent.document.body.getElementsByTagName("notification-bubbles")[0].add(error, 'syntax-error');
|
|
} |