mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
replaced bootstrap notifications for errors with messenger.js
This commit is contained in:
@@ -26,7 +26,7 @@ require.config({
|
||||
}
|
||||
});
|
||||
|
||||
define('app', function () {
|
||||
define('app', ['Instrumentation/ErrorHandler'], function () {
|
||||
|
||||
window.NzbDrone = new Backbone.Marionette.Application();
|
||||
window.NzbDrone.Config = {};
|
||||
@@ -63,11 +63,11 @@ define('app', function () {
|
||||
//TODO: Move to commands
|
||||
OpenModalDialog : 'openModal',
|
||||
CloseModalDialog: 'closeModal',
|
||||
SeriesAdded: 'seriesAdded'
|
||||
SeriesAdded : 'seriesAdded'
|
||||
};
|
||||
|
||||
window.NzbDrone.Commands = {
|
||||
SaveSettings : 'saveSettings'
|
||||
SaveSettings: 'saveSettings'
|
||||
};
|
||||
|
||||
window.NzbDrone.Constants = {
|
||||
|
||||
Reference in New Issue
Block a user