Skip to content

Commit

Permalink
loader
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Sep 13, 2023
1 parent 693f77e commit f1e9fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/tech.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ document.getElementById('techCheckForm').addEventListener('submit', function (e)
const loader = document.querySelector('.loader');

resultsDiv.innerHTML = '';
loader.style.display = 'block'; // Show loader
// loader.style.display = 'block'; // Show loader

fetch(`https://tech.gova11y.io/extract?url=${url}`)
.then(response => response.json())
Expand Down

0 comments on commit f1e9fc4

Please sign in to comment.