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

Calendar tooltip now attached to body

pull/4/head
Mark McDowall 11 years ago
parent 7473b493c1
commit 435fa927ee

@ -58,7 +58,8 @@ define(
});
this.$(element).find('.chart').tooltip({
title: 'Episode is downloading - {0}% {1}'.format(event.progress.toFixed(1), event.releaseTitle)
title: 'Episode is downloading - {0}% {1}'.format(event.progress.toFixed(1), event.releaseTitle),
container: 'body'
});
}
},

Loading…
Cancel
Save