Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mgks committed Dec 28, 2024
1 parent 144adc5 commit d372629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function print_page(){
// Function to load gtag.js (Google Analytics)
function load_gtag() {
// Create the script tag
/*
var script = document.createElement('script');
script.async = true;
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-7XXC1C7CRQ'; // Replace with your actual GA ID
Expand All @@ -124,6 +125,6 @@ function load_gtag() {
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7XXC1C7CRQ'); // Replace with your actual GA ID

*/
console.log("Google Analytics (gtag.js) loaded.");
}

0 comments on commit d372629

Please sign in to comment.