mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
more add series backbone cleanup.
This commit is contained in:
parent
c43eb59efb
commit
5e32760c6a
7 changed files with 2904 additions and 2775 deletions
11
NzbDrone.Web/_backboneApp/errorHandler.js
Normal file
11
NzbDrone.Web/_backboneApp/errorHandler.js
Normal file
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue