replaced bootstrap notifications for errors with messenger.js

This commit is contained in:
Keivan Beigi 2013-05-03 16:50:22 -07:00
commit 381af184ce
4 changed files with 80 additions and 72 deletions

View file

@ -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 = {