Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/dc100845a54d2949ccd555c5fba6ba226c45f1fc You should set ROOT_URL correctly, otherwise the web may not work correctly.

added shims for Deepmodel and modelbinder

pull/38/merge
kayone 12 years ago
parent 30c4790f52
commit dc100845a5

@ -81,13 +81,7 @@ require.config({
exports: 'Backbone'
},
'backbone.validation': {
deps :
[
'backbone'
],
exports: 'Backbone.Validation'
},
marionette: {
deps:
@ -125,6 +119,26 @@ require.config({
'backbone'
]
},
'backbone.deepmodel': {
deps:
[
'backbone',
'underscore'
]
},
'backbone.validation': {
deps :
[
'backbone'
],
exports: 'Backbone.Validation'
},
'backbone.modelbinder':{
deps :
[
'backbone'
]
},
backgrid : {
deps:

Loading…
Cancel
Save