Skip to content

Commit

Permalink
fixed tracking, removed dupe domcache key, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 16, 2024
1 parent ec49db9 commit 101a637
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion js/DOMcache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/tracking.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ID_SITE = 3;
const ID_SITE = 2;
let VISITOR;
function trackEvent(uuid, event, action, name, value){
// Squash result numbers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chirpity",
"version": "2.3.4",
"version": "2.4.0-alpha1",
"description": "Chirpity Nocmig",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 101a637

Please sign in to comment.