Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/7d0ba9dd2b69d2d75bcf233d45309ef3e04471c4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
4 deletions
@ -5,8 +5,8 @@ module.exports = SeriesIndexItemView.extend({
template : 'Series/Index/Posters/SeriesPostersItemViewTemplate' ,
initialize : function ( ) {
this . events [ 'mouseenter .x-series-poster '] = 'posterHoverAction' ;
this . events [ 'mouseleave .x-series-poster '] = 'posterHoverAction' ;
this . events [ 'mouseenter .x-series-poster -container '] = 'posterHoverAction' ;
this . events [ 'mouseleave .x-series-poster -container '] = 'posterHoverAction' ;
this . ui . controls = '.x-series-controls' ;
this . ui . title = '.x-title' ;
@ -1,6 +1,6 @@
<div class="series-posters-item">
<div class="center">
<div class="series-poster-container x-series-poster ">
<div class="series-poster-container x-series-poster -container ">
<div class="series-controls x-series-controls">
<i class="icon-sonarr-refresh x-refresh" title="Refresh Series"/>
<i class="icon-sonarr-edit x-edit" title="Edit Series"/>
@ -208,8 +208,8 @@
width : 100%;
text-align : right;
padding-right : 10px;
.opacity(0.8);
display : none;
.opacity(0.8);
i {
.clickable();