mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 00:37:49 +08:00
Remove alert from test notification
This commit is contained in:
parent
f89b4a94de
commit
d2cba5b2c1
1 changed files with 2 additions and 0 deletions
|
@ -1369,6 +1369,8 @@
|
||||||
const url_field = $(this).prev().val();
|
const url_field = $(this).prev().val();
|
||||||
const url_protocol = url_field.split(':')[0];
|
const url_protocol = url_field.split(':')[0];
|
||||||
const url_string = url_field.split('://')[1];
|
const url_string = url_field.split('://')[1];
|
||||||
|
alert(url_protocol);
|
||||||
|
alert(url_string);
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "{{base_url}}test_notification/" + url_protocol + "/" + encodeURIComponent(url_string),
|
url: "{{base_url}}test_notification/" + url_protocol + "/" + encodeURIComponent(url_string),
|
||||||
|
|
Loading…
Reference in a new issue