Skip to content

Commit a50298d

Browse files
authored
Merge pull request #242 from terminusdb/Francesca-Bit-patch-13
remove gtag
2 parents fa00ea0 + 0861651 commit a50298d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tdb-dashboard/src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div id="root" class="h-100">
1515
</div>
1616

17-
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-625355122"></script>
17+
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=AW-625355122"></script>
1818
<script>
1919
window.dataLayer = window.dataLayer || [];
2020
function gtag(){dataLayer.push(arguments);}
@@ -28,7 +28,7 @@
2828
gtag('event', 'conversion', {'send_to': 'AW-625355122/pmA5CIjRqfsCEPLSmKoC'});
2929
})
3030
}
31-
</script>
31+
</script>-->
3232
<link href="https://bootswatch.com/5/darkly/bootstrap.css" rel="stylesheet" crossorigin="anonymous">
3333
<link href="/assets/Colors.css" rel="stylesheet">
3434
<style>

0 commit comments

Comments
 (0)