X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/c5c506a5f26db11ca4d8e37082b9f7ac4ce25a7a..5166394508950033584da34385aa24f9065b7a60:/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);