Fix text becoming too big

This commit is contained in:
LoveEevee 2020-11-09 18:07:28 +03:00
parent 23214d14c3
commit 2a167a0f50

View File

@ -182,11 +182,6 @@ function showUnsupported(strings){
event.preventDefault() event.preventDefault()
chrome.click() chrome.click()
}) })
var touchText = function(){
div.style.fontSize = "4em"
removeEventListener("touchstart", touchText)
}
addEventListener("touchstart", touchText)
} }
var failedTests var failedTests
browserSupport() browserSupport()