ubcspin / Macaron

Vibrotactile Icon Editor
6 stars 4 forks source link

Fixed the User-Agreement & Instructions Bugs in Safari #38

Closed StatsBen closed 8 years ago

StatsBen commented 8 years ago

I managed to get the User Agreement and Instructions pop-ups to appear in Safari by changing the way some stylings were modified in Javascript. e.g. el.style = "text-align:center;"; to el.style.textAlign = "center";