mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
replaced bootstrap notifications for errors with messenger.js
This commit is contained in:
parent
6ecfbe0c23
commit
381af184ce
4 changed files with 80 additions and 72 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue