Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekLogan committed Sep 4, 2024
1 parent 680873a commit 5c4915f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions landing/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ function loadDataset(url) {
let newWindow = null; // This will hold the reference to your new window

// "About" content
document.getElementById('aboutButton').addEventListener('click', function() {
/*document.getElementById('aboutButton').addEventListener('click', function() {
var iframe = document.getElementById('datasetFrame');
iframe.src = './about.html'; // Adjust the path to your "About" page
iframe.style.display = 'block'; // Ensure the iframe is visible
heroSection.style.backgroundImage = 'none';
});
});*/

// onload
window.addEventListener('DOMContentLoaded', function() {
Expand Down

0 comments on commit 5c4915f

Please sign in to comment.