mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
more add series backbone cleanup.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/// <reference path="JsLibraries/jquery.js" />
|
||||
|
||||
window.onerror = function (msg, url, line) {
|
||||
alert("Error: " + msg + "\nurl: " + url + "\nline #: " + line);
|
||||
|
||||
|
||||
var suppressErrorAlert = true;
|
||||
// If you return true, then error alerts (like in older versions of
|
||||
// Internet Explorer) will be suppressed.
|
||||
return suppressErrorAlert;
|
||||
};
|
||||
Reference in New Issue
Block a user