mirror of
https://github.com/wassname/template.git
synced 2026-07-01 23:16:59 +08:00
940b70ce5b
Browsers such as Safari do not natively understand ES6 functions, thus during development only Chrome can be used when the hover box is imported into the page. (On Safari the following error occurs: ```SyntaxError: Unexpected token ')' appendChild — index.html:77 hoverBox — template.v1.js:18012 renderOnLoad — template.v1.js:18217 (anonymous function) — template.v1.js:18227 ```, this is caused by the function arrow notation not being parsed).