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

Delete xhr.data before sending

I did this all by myself, kayone did not assist in any way, shape or form.
pull/3113/head
Mark McDowall 12 years ago
parent f3194279e4
commit f6ec58ecd5

@ -17,6 +17,8 @@ define(function () {
else {
xhr.url = xhr.url + '&' + $.param(xhr.data);
}
delete xhr.data;
}
return original.apply(this, arguments);

Loading…
Cancel
Save