|
|
@ -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, "="); |
|
|
|