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

Merge remote-tracking branch 'origin/development' into halali

pull/292/head
Halali 6 years ago
commit 4fd9ed1157

@ -1352,8 +1352,6 @@
const url_field = $(this).prev().val();
const url_protocol = url_field.split(':')[0];
const url_string = url_field.split('://')[1];
alert(url_protocol);
alert(url_string);
$.ajax({
url: "{{base_url}}test_notification/" + url_protocol + "/" + encodeURIComponent(url_string),

Loading…
Cancel
Save