Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 4, 2024
2 parents 77ee13d + 0731ef2 commit 7d375fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ window.onload = async () => {
// Add cpu model & memory to config
config.CPU = DIAGNOSTICS['CPU'];
config.RAM = DIAGNOSTICS['System Memory'];
trackVisit(config);
setTimeout(() => {trackVisit(config)}, 5000);
})
}

Expand Down

0 comments on commit 7d375fa

Please sign in to comment.