diff options
author | morpheus65535 <[email protected]> | 2019-01-01 21:06:08 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2019-01-01 21:06:08 -0500 |
commit | 35fcc703d6fbe5da276261cb2f1748b91a288317 (patch) | |
tree | e759c8cf09cb90be0f4ca977a1f34e8ee66b206b | |
parent | af16492230f91617eb1eb602b3f86317ca8d4d89 (diff) | |
parent | 4fd9ed115784f310813dd6993d321f05c98f7e2f (diff) | |
download | bazarr-35fcc703d6fbe5da276261cb2f1748b91a288317.tar.gz bazarr-35fcc703d6fbe5da276261cb2f1748b91a288317.zip |
Merge remote-tracking branch 'origin/halali' into halali
-rw-r--r-- | views/settings.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/settings.tpl b/views/settings.tpl index c487a4485..460815458 100644 --- a/views/settings.tpl +++ b/views/settings.tpl @@ -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), |