Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Irae Hueck Costa committed Mar 31, 2024
1 parent 6236c71 commit 56e42f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions static/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ script.dataset.server="https://simple-web-analytics.com";
script.src = "https://cdn.counter.dev/script-testing.js";
document.getElementsByTagName('head')[0].appendChild(script)

var script = document.createElement('script');
script.dataset.domain = 'counter.dev';
script.src = "https://plausible.io/js/plausible.js";
document.getElementsByTagName('head')[0].appendChild(script)


function simpleForm(formSelector, arg) {
var success, formEl;
if (typeof arg === "function") {
Expand Down

0 comments on commit 56e42f7

Please sign in to comment.