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

Added Ajax wheel to Existing Series when loading from the server.

pull/6/head
Mark McDowall 13 years ago
parent 6116fdb032
commit ffadccb6f7

@ -55,6 +55,7 @@ $(".addExistingButton").live('click', function() {
});
function reloadExistingSeries() {
$('#existingSeries').html('<img src="../../Content/Images/ajax-loader.gif" />');
$.ajax({
url: existingSeriesUrl,
success: function( data ) {

Loading…
Cancel
Save