Remove alert from test notification

This commit is contained in:
Halali 2019-01-01 21:49:44 +01:00
parent d2cba5b2c1
commit b5dd80caf1
1 changed files with 0 additions and 2 deletions

View File

@ -1369,8 +1369,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),