mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Fixing tracking and fixing the playground link
This commit is contained in:
@@ -5,4 +5,4 @@ var appInsights=window.appInsights||function(a){
|
|||||||
instrumentationKey: "6ad37ae0-c4ab-4739-925c-1e2773c31f17"
|
instrumentationKey: "6ad37ae0-c4ab-4739-925c-1e2773c31f17"
|
||||||
});
|
});
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
window.appInsights=appInsights,appInsights.queue&&0===appInsights.queue.length&&appInsights.trackPageView();
|
window.appInsights=appInsights,appInsights.queue&&0===appInsights.queue.length&&appInsights.trackPageView(null, null, {urlReferrer: document.referrer});
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
<h2>Playground</h2>
|
<h2>Playground</h2>
|
||||||
Build your app here!
|
Build your app here!
|
||||||
</li>
|
</li>
|
||||||
<li class="Tile Tile--unnumbered"><a target="_blank" href="/playground/" class="Tile-link">Playground</a></li>
|
<li class="Tile Tile--unnumbered"><a target="_blank" href="./playground/" class="Tile-link">Playground</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<script src="./assets/track.js"></script>
|
<script src="./assets/track.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user