Update modal IDs

This commit is contained in:
2022-08-11 19:36:34 +01:00
parent 47b6255f68
commit 764c970114
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// var modal = document.querySelector('.modal'); // assuming you have only 1
var modal = document.getElementById("drilldown-modal");
var modal = document.getElementById("modal");
var html = document.querySelector('html');
var elements = document.querySelectorAll('.modal-background');