removed otrs alert

This commit is contained in:
alpcentaur 2024-01-10 15:58:37 +00:00
parent 07a405968e
commit 96e511c3f5

View file

@ -4,7 +4,7 @@ window.addEventListener("load", function() {
let otrs_link = document.querySelector(".field-otrs > div > p.url > a").href;
console.log(otrs_link);
alert(otrs_link);
#alert(otrs_link);
let otrs_link_pret = otrs_link.replace(/%3B/g, ";");
let otrs_link_pretty = otrs_link_pret.replace(/%3D/g, "=");