Browse Source

removed otrs alert

master v4
alpcentaur 3 months ago
parent
commit
96e511c3f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      input/static/dropdown/js/otrs_link.js

+ 1
- 1
input/static/dropdown/js/otrs_link.js 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, "=");

Loading…
Cancel
Save