Skip to content

Commit

Permalink
adding oneloop script to script.js (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tracykteal committed Apr 9, 2024
1 parent b4d6d55 commit 97d6357
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,16 @@ inkeepScript.addEventListener("load", function () {
});
});
});


!(function (t) {
if (window.oneloop) return;
window.oneloop = {key: "cus_b57d16380d7240e4a47c9f4a6f0893c6"};
var n = document.createElement("script");
(n.async = !0),
n.setAttribute(
"src",
"https://oneloop-website-script.s3.us-west-1.amazonaws.com/oneloop-main.js"
),
(document.body || document.head).appendChild(n);
})();

0 comments on commit 97d6357

Please sign in to comment.