removed otrs alert
This commit is contained in:
parent
07a405968e
commit
96e511c3f5
1 changed files with 1 additions and 1 deletions
|
@ -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, "=");
|
||||
|
|
Loading…
Reference in a new issue