diff --git a/popup.js b/popup.js index c2d6bf7..3aae40e 100644 --- a/popup.js +++ b/popup.js @@ -93,6 +93,7 @@ function setupWindowElement(currentWindow,callback){ closeButton.classList.add("windowClose"); closeButton.classList.add("noselect"); closeButton.classList.add("pointer"); + closeButton.setAttribute("title", "Close window"); textContent.addEventListener('click',function(event){ if (event.clientX>windowName.getBoundingClientRect().left && event.clientX