mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Added backbone
This commit is contained in:
parent
b366f8fadc
commit
b101758957
28 changed files with 5507 additions and 3 deletions
11
NzbDrone.Web/Scripts/backbone/constants.js
Normal file
11
NzbDrone.Web/Scripts/backbone/constants.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
NzbDrone.Constants = {
|
||||
Templates: {
|
||||
AppLayout: '#AppLayout',
|
||||
QualityProfilesView: '#QualityProfilesView',
|
||||
QualityProfileView: '#QualityProfileView'
|
||||
},
|
||||
|
||||
Events: {
|
||||
MenuItemSelected: 'MenuItemSelected'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue