MMM-OnScreenMenu icon indicating copy to clipboard operation
MMM-OnScreenMenu copied to clipboard

module not working in safari

Open mchrdk opened this issue 7 years ago • 1 comments

the module does not work in safari on ios or osx.

the error is "unexpected token '>'" on line 53: object.keys(this.config.menuItems).forEach(k => {

mchrdk avatar Aug 04 '18 18:08 mchrdk

This looks like a JavaScript ES6 compatibility issue. I will investigate when I get a chance, but please make sure you're using the latest version. From what I could tell, this should be supported.

shbatm avatar Aug 05 '18 16:08 shbatm