removed the notes bugfix

This commit is contained in:
janis
2022-12-12 17:39:13 +01:00
parent 10a585ae8d
commit 229a5d7d66

View File

@@ -16,11 +16,6 @@
( function( document, window ) { ( function( document, window ) {
'use strict'; 'use strict';
var notes = window.document.getElementsByClassName( 'notes' );
for ( let items in Object.entries( notes ).values ) {
items.style.display = 'none';
}
// TODO: Move this to src/lib/util.js // TODO: Move this to src/lib/util.js
var triggerEvent = function( el, eventName, detail ) { var triggerEvent = function( el, eventName, detail ) {