Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/224ef64e6ef88349c4cdbcee6bf3b37342af3a36
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
6 additions and
6 deletions
@ -14,8 +14,8 @@ define(['app',
'click .x-add-card' : '_openSchemaModal'
} ,
on AfterItemAdded : function ( ) {
this . $itemViewContainer. find ( '.x-add-card' ) . parent ( 'li' ) . remove ( ) ;
on Render : function ( ) {
this . listenTo( this . collection , 'add' , this . render ) ;
this . templateFunction = Marionette . TemplateCache . get ( 'Settings/Indexers/AddCardTemplate' ) ;
var html = this . templateFunction ( ) ;
@ -14,8 +14,8 @@ define([
'click .x-add-card' : '_openSchemaModal'
} ,
on AfterItemAdded : function ( ) {
this . $itemViewContainer. find ( '.x-add-card' ) . parent ( 'li' ) . remove ( ) ;
on Render : function ( ) {
this . listenTo( this . collection , 'add' , this . render ) ;
this . templateFunction = Marionette . TemplateCache . get ( 'Settings/Notifications/AddCardTemplate' ) ;
var html = this . templateFunction ( ) ;
@ -16,8 +16,8 @@ define(['app',
'click .x-add-card' : '_addProfile'
} ,
on AfterItemAdded : function ( ) {
this . $itemViewContainer. find ( '.x-add-card' ) . parent ( 'li' ) . remove ( ) ;
on Render : function ( ) {
this . listenTo( this . collection , 'add' , this . render ) ;
this . templateFunction = Marionette . TemplateCache . get ( 'Settings/Quality/Profile/AddCardTemplate' ) ;
var html = this . templateFunction ( ) ;