Fix text becoming too big
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user