Skip to content

Commit

Permalink
🔥 Remove micro-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuDeBuck committed Oct 31, 2023
1 parent 8e3a213 commit 6678e33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,9 @@ function loadImages(side) {
};
}
document.getElementById(`images-input-${side}`).value = null;

pa.track({name: `Load images ${side}`, value: side === "left" ? IMAGES_LEFT.length : IMAGES_RIGHT.length});
}

function pickRandomImage() {
pa.track({name: 'Pick random image', value: [IMAGES_LEFT.length, IMAGES_RIGHT.length]});

$("#reset-button").prop("disabled", false);
$("#pick-button").prop("disabled", true);

Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ <h4>Want to support this app?</h4>
<script src="vendor/jquery/jquery-3.4.1.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script type="text/Javascript" src="actions.js"></script>
<script data-host="https://microanalytics.io" data-dnt="false" src="vendor/microanalytics/script.js"
id="ZwSg9rf6GA" async defer></script>
</div>
</body>

Expand Down

0 comments on commit 6678e33

Please sign in to comment.