Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 67b1078

Browse files
committed
switch to autopilot
1 parent 9e59b13 commit 67b1078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpm-frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<meta name="twitter:creator" content="@nodesource">
1717
<meta name="twitter:title" content="N|Sight: Understanding npm">
1818
<meta name="twitter:description" content="npm is the default package manager for Node.js. It was initially created to help developers manage files, metadata and dependencies for their JavaScript applications. This visualization is intended to help you understand the role and scope of npm." />
19+
<script type="text/javascript">(function(){var c=encodeURIComponent,s="SCRIPT",d=document,e=d.createElement(s),t=d.getElementsByTagName(s)[0],p="t="+c(d.title||"")+"&u="+c(d.location.href||"")+"&r="+c(d.referrer||"");e.src="https://api.autopilothq.com/anywhere/05adf50b157a4d0b8bbf90fae23a959f5893a6125ecc4e59b8ddefb448c6e719?"+p;e.type="text/javascript";e.async=true;t.parentNode.insertBefore(e, t);})();(function(){var c=encodeURIComponent,s="SCRIPT",d=document,e=d.createElement(s),t=d.getElementsByTagName(s)[0];e.src="https://api.autopilothq.com/anywhere/aa/05adf50b157a4d0b8bbf90fae23a959f5893a6125ecc4e59b8ddefb448c6e719";e.type="text/javascript";e.async=false;t.parentNode.insertBefore(e, t);window.AutopilotAnywhere={_runQueue:[],run:function(){this._runQueue.push(arguments);}};if(!window.Autopilot) window.Autopilot=window.AutopilotAnywhere;})();</script>
1920
</head>
2021
<body>
2122
<nsight-header></nsight-header>
@@ -353,6 +354,5 @@ <h1>Invisible Utilities</h1>
353354
ga('send', 'pageview');
354355
</script>
355356
<script charset="utf-8" src="preload.js"></script>
356-
<script>/*<![CDATA[*/(function(w,a,b,d,s){w[a]=w[a]||{};w[a][b]=w[a][b]||{q:[],track:function(r,e,t){this.q.push({r:r,e:e,t:t||+new Date});}};var e=d.createElement(s);var f=d.getElementsByTagName(s)[0];e.async=1;e.src='//marketing.nodesource.com/cdnr/88/acton/bn/tracker/15680';f.parentNode.insertBefore(e,f);})(window,'ActOn','Beacon',document,'script');ActOn.Beacon.track();/*]]>*/</script>
357357
</body>
358358
</html>

0 commit comments

Comments
 (0)