diff --git a/topdesk.user.js b/topdesk.user.js index 62c1f30..daa1657 100644 --- a/topdesk.user.js +++ b/topdesk.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name TopDesk - Copy Issuenumber // @namespace https://git.ntnu.no/M365-Drift/MonkeyMagic/ -// @version 1.1.1 +// @version 1.1.2 // @author Øyvind Nilsen (on@ntnu.no) // @description Copies the issue number if you click it in TopDesk. It copies plain text and a clickable HTML version. So if the place you paste supports HTML, you can paste a clickable link to the issue. // @match https://hjelp.ntnu.no/* @@ -60,8 +60,8 @@ messageBox.style.opacity = '0'; setTimeout(() => { document.body.removeChild(messageBox); - }, 2000); - }, 2000); + }, 900); + }, 900); } // Find the first div tag and modify its id