mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed modal dialog.
This commit is contained in:
parent
6a7e346bf2
commit
90332b8f01
7 changed files with 41 additions and 13 deletions
|
@ -6,6 +6,13 @@
|
|||
|
||||
initialize: function () {
|
||||
|
||||
/* var model = new NzbDrone.Shared.NotificationModel();
|
||||
model.set('title','test notification');
|
||||
model.set('message','test message');
|
||||
model.set('level', 'error');
|
||||
this.push(model);
|
||||
*/
|
||||
|
||||
var self = this;
|
||||
|
||||
window.onerror = function (msg, url, line) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue