Last active
July 13, 2021 17:29
-
-
Save tillkruss/712f8260ed4f85fddff9ed7c65428e2d to your computer and use it in GitHub Desktop.
Revisions
-
tillkruss renamed this gist
Jul 13, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
tillkruss revised this gist
Jul 13, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.async = true; script.onload = function () { LeadDyno.key = key; LeadDyno.recordVisit(); LeadDyno.autoWatch(); }; document.body.appendChild(script); })('<lead-dyno-key>'); </script> -
tillkruss created this gist
Jul 13, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>