remove code from other pr

This commit is contained in:
janis
2022-12-12 18:04:52 +01:00
parent 7b4759fdc1
commit 7f6b1ab8fd
2 changed files with 0 additions and 12 deletions

View File

@@ -2565,12 +2565,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 ) {
var event = document.createEvent( 'CustomEvent' ); var event = document.createEvent( 'CustomEvent' );

View File

@@ -16,12 +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 ) {
var event = document.createEvent( 'CustomEvent' ); var event = document.createEvent( 'CustomEvent' );