Skip to content
Snippets Groups Projects
Commit a7029cb9 authored by Jan Seipel's avatar Jan Seipel
Browse files

url-identifier für dashboard um url ohne "agenticketdashboard" erweitert

parent 3b761153
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,7 @@ window.addEventListener('load', function() {
document.querySelector("#ToolBar li.PhoneTicket > a").setAttribute("target","_blank")
// automatischer Reload nach x Sekunden
console.log("repo")
if (URL.includes("AgentDashboard")) {
if (URL.includes("AgentDashboard") || URL === "https://anfragen-pool.swrapp.net/otrs/index.pl" || URL === "https://test-anfragen-pool.swrapp.net/otrs/index.pl") {
setInterval(function(){
if ( // stoppt autom. Reload, wenn bestimmte Dialogfenster geöffnet sind
document.querySelectorAll("#Overlay").length === 0 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment