mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
can display server-side errors on the UI.
This commit is contained in:
parent
43baa2b86e
commit
9195dc6de5
7 changed files with 740 additions and 3 deletions
|
@ -12,6 +12,7 @@ require.config({
|
|||
'bootstrap' : 'JsLibraries/bootstrap',
|
||||
'backbone.deepmodel' : 'JsLibraries/backbone.deep.model',
|
||||
'backbone.pageable' : 'JsLibraries/backbone.pageable',
|
||||
'backbone.validation' : 'JsLibraries/backbone.validation',
|
||||
'backbone.modelbinder': 'JsLibraries/backbone.modelbinder',
|
||||
'backgrid' : 'JsLibraries/backbone.backgrid',
|
||||
'backgrid.paginator' : 'JsLibraries/backbone.backgrid.paginator',
|
||||
|
@ -92,6 +93,14 @@ require.config({
|
|||
]
|
||||
},
|
||||
|
||||
'backbone.validation': {
|
||||
deps :
|
||||
[
|
||||
'backbone'
|
||||
],
|
||||
exports: 'Backbone.Validation'
|
||||
},
|
||||
|
||||
marionette: {
|
||||
deps:
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue