From 6fde21703262a12eb92edcd54b5fe2afb29deb6a Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 12 Dec 2022 17:39:31 +0100 Subject: [PATCH] removed the notes bugfix --- js/impress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/impress.js b/js/impress.js index 07547f3..3eec7cf 100644 --- a/js/impress.js +++ b/js/impress.js @@ -2567,7 +2567,7 @@ var notes = window.document.getElementsByClassName( 'notes' ); - for ( let items in Object.entries( notes ).values) { + for ( let items in Object.entries( notes ).values ) { items.style.display = 'none'; }