Skip to content

Commit

Permalink
Merge pull request #660 from orkes-io/feat-add-lead-magic
Browse files Browse the repository at this point in the history
add lead magic
  • Loading branch information
Sudakatux authored May 14, 2024
2 parents d51a365 + 3e3927a commit 3483333
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const config = {
{
src: baseUrlName + "/js/apollo.js",
},
{
src: baseUrlName + "/js/leadMagic.js",
},
{
src: "https://player.vimeo.com/api/player.js",
},
Expand Down
5 changes: 5 additions & 0 deletions static/js/leadMagic.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!function(i,s,o,g,r,a,m){i.Ip2cObject=o;i[o]||(i[o]=function(){
(i[o].q=i[o].q||[]).push(arguments)});i[o].l=+new Date;r=s.createElement(g);
a=s.getElementsByTagName(g)[0];r.src='//reveal.ip2c.net/8426455.js';
a.parentNode.insertBefore(r,a)}(window,document,'ip2c','script');
ip2c('verify', '8426455');

0 comments on commit 3483333

Please sign in to comment.