From 8917e36d39000d582582d814cb614795cefe62ad Mon Sep 17 00:00:00 2001 From: lehtint6 <teemu.t.lehtinen@aalto.fi> Date: Mon, 30 Mar 2020 17:30:21 +0300 Subject: [PATCH] Use string events --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index 32ae7dd..9ec6ab4 100644 --- a/content.js +++ b/content.js @@ -611,7 +611,7 @@ let Content = { order: 15 }, - events: { + 'events': { instructions: `Now we want to upgrade our keyboard. We would like to show the note names on the buttons only when the mouse pointer enters the button, and remove them when the mouse pointer leaves the button. For this purpose we can use the events "mouseenter" -- GitLab