X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/a21510b946408b22da99ab135f676e9972ca9455..fa7af1387e339bf3628abafca83a76b271de53e6:/static/gitweb.js diff --git a/static/gitweb.js b/static/gitweb.js index 85e8025..e6b45d1 100644 --- a/static/gitweb.js +++ b/static/gitweb.js @@ -694,10 +694,10 @@ function createChangeTZForm(documentFragment, tzSelected, tzCookieInfo, tzClassN div.className = 'popup'; /* '
X
' */ - var closeButton = document.createElement('div'); + var closeButton = document.createElement('button'); closeButton.className = 'close-button'; - closeButton.title = '(click on this box to close)'; - closeButton.appendChild(document.createTextNode('X')); + closeButton.title = '(click on this button to close)'; + closeButton.appendChild(document.createTextNode('×')); closeButton.onclick = closeTZFormHandler(documentFragment, tzClassName); div.appendChild(closeButton);