Skip to content

Commit

Permalink
Update ga.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SethClydesdale committed Dec 12, 2024
1 parent a213939 commit 650b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon-system/ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (window.location.hostname == 'sethclydesdale.github.io') {
document.head.appendChild(adsense);

// wait until DOM loaded to insert ads
window.addEventListener('DOMContentLoaded', function() {
window.addEventListener('DOMContentLoaded', function() {console.log('loaded');
var content = document.getElementById('content'),
logo = document.getElementById('logo');

Expand Down

0 comments on commit 650b0dc

Please sign in to comment.