Wix code not working on Safari and Chrome

Debug is logging msg on console panel.
I.E
export function buttonFasanenhof_mouseIn(event) {
console.log(“buttonFasanenhof_mouseIn(event) FIRED”);
$w( " #buttonLocationFasanenhof " ).show();
}

The msg will be in console on mousein event.
Preview the site and expand the bottom panel so watch the msg.