mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
SignalR/Nancy/Owin/Mono
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
define(function () {
|
||||
(function () {
|
||||
|
||||
/* var model = new NzbDrone.Shared.NotificationModel();
|
||||
model.set('title','test notification');
|
||||
@@ -12,9 +12,6 @@ define(function () {
|
||||
window.Messenger().post(message);
|
||||
};
|
||||
|
||||
|
||||
var self = this;
|
||||
|
||||
window.onerror = function (msg, url, line) {
|
||||
|
||||
try {
|
||||
@@ -69,5 +66,5 @@ define(function () {
|
||||
return false;
|
||||
});
|
||||
|
||||
});
|
||||
})();
|
||||
|
||||
|
Reference in New Issue
Block a user