Skip to content

Instantly share code, notes, and snippets.

@tillkruss
Last active July 13, 2021 17:29
Show Gist options
  • Select an option

  • Save tillkruss/712f8260ed4f85fddff9ed7c65428e2d to your computer and use it in GitHub Desktop.

Select an option

Save tillkruss/712f8260ed4f85fddff9ed7c65428e2d to your computer and use it in GitHub Desktop.

Revisions

  1. tillkruss renamed this gist Jul 13, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. tillkruss revised this gist Jul 13, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions leaddyno.js
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    <script>
    (function(key) {
    var script = document.createElement('script');
    script.src = "https://static.leaddyno.com/js"
    script.src = 'https://static.leaddyno.com/js';
    script.async = true;
    script.onload = function () {
    LeadDyno.key = key;
    LeadDyno.recordVisit();
    LeadDyno.autoWatch();
    }
    };
    document.body.appendChild(script);
    })('<lead-dyno-key>');
    </script>
  3. tillkruss created this gist Jul 13, 2021.
    13 changes: 13 additions & 0 deletions leaddyno.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <script>
    (function(key) {
    var script = document.createElement('script');
    script.src = "https://static.leaddyno.com/js"
    script.async = true;
    script.onload = function () {
    LeadDyno.key = key;
    LeadDyno.recordVisit();
    LeadDyno.autoWatch();
    }
    document.body.appendChild(script);
    })('<lead-dyno-key>');
    </script>