Skip to content

Commit 48fb62d

Browse files
author
Victor George
committed
Remove Usesnap widget from Connect
1 parent 346ca2b commit 48fb62d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
</head>
1111
<body>
1212
<div id="root"></div>
13-
<script type="text/javascript">
14-
(function() {
15-
var s = document.createElement("script");
16-
s.type = "text/javascript";
17-
s.async = true;
18-
s.src = '//api.usersnap.com/load/'+
19-
'266e1711-bd0a-4b64-b00b-de73c4b89aa6.js';
20-
var x = document.getElementsByTagName('script')[0];
21-
x.parentNode.insertBefore(s, x);
22-
})();
23-
</script>
2413
<script>
2514
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
2615
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

0 commit comments

Comments
 (0)