Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/ccbd88be7473833868ca72e2330d400ac34c54e8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
11 additions and
11 deletions
@ -10,7 +10,7 @@ define(['app', 'Series/SeriesModel', 'Series/Delete/DeleteSeriesView', 'Quality/
progressbar : '.progress .bar' ,
qualityProfile : '.x-quality-profile' ,
backlogSettings : '.x-backlog-setting' ,
s witch : '.switch'
bsS witch : '.switch'
} ,
events : {
@ -19,7 +19,7 @@ define(['app', 'Series/SeriesModel', 'Series/Delete/DeleteSeriesView', 'Quality/
} ,
onRender : function ( ) {
this . ui . s witch. bootstrapSwitch ( ) ;
this . ui . bsS witch. bootstrapSwitch ( ) ;
} ,
@ -10,7 +10,7 @@ define([
className : 'form-horizontal' ,
ui : {
s witch : '.switch' ,
bsS witch : '.switch' ,
tooltip : '.help-inline i' ,
pathInput : '.x-path' ,
sabConfig : '.x-sab-config' ,
@ -25,7 +25,7 @@ define([
} ,
onRender : function ( ) {
this . ui . s witch. bootstrapSwitch ( ) ;
this . ui . bsS witch. bootstrapSwitch ( ) ;
this . ui . tooltip . tooltip ( { placement : 'right' , html : true } ) ;
this . ui . pathInput . autoComplete ( '/directories' ) ;
@ -10,12 +10,12 @@ define([
className : 'form-horizontal' ,
ui : {
s witch : '.switch' ,
bsS witch : '.switch' ,
tooltip : '[class^="help-inline"] i'
} ,
onRender : function ( ) {
this . ui . s witch. bootstrapSwitch ( ) ;
this . ui . bsS witch. bootstrapSwitch ( ) ;
this . ui . tooltip . tooltip ( { placement : 'right' , html : true } ) ;
}
} ) ;
@ -68,7 +68,7 @@
< / div >
< div class = "control-group" >
< label class = "control-label" > Use Sc ene Folders< / label >
< label class = "control-label" > Use Seaso n Folders< / label >
< div class = "controls" >
< div class = "switch" >
@ -10,7 +10,7 @@ define([
className : 'form-horizontal' ,
ui : {
s witch : '.switch' ,
bsS witch : '.switch' ,
tooltip : '[class^="help-inline"] i'
} ,
@ -19,7 +19,7 @@ define([
} ,
onRender : function ( ) {
this . ui . s witch. bootstrapSwitch ( ) ;
this . ui . bsS witch. bootstrapSwitch ( ) ;
this . ui . tooltip . tooltip ( { placement : 'right' } ) ;
}
} ) ;
@ -7,7 +7,7 @@ define(['app', 'Quality/QualityProfileModel'], function () {
className : "modal" ,
ui : {
s witch: '.switch'
bsS witch: '.switch'
} ,
events : {
@ -15,7 +15,7 @@ define(['app', 'Quality/QualityProfileModel'], function () {
} ,
onRender : function ( ) {
this . ui . s witch. bootstrapSwitch ( ) ;
this . ui . bsS witch. bootstrapSwitch ( ) ;
} ,
saveQualityProfile : function ( ) {