File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
- <react-component name =" ChallengeFiltersExample" props =" userProps" watch-depth =" reference" />
2
+ <react-component name =" ChallengeFiltersExample" props =" userProps" watch-depth =" reference" />
3
+
4
+ script .
5
+ (function () {
6
+ var s = document .createElement (" script" );
7
+ s .type = " text/javascript" ;
8
+ s .async = true ;
9
+ s .src = ' //api.usersnap.com/load/' +
10
+ ' 3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js' ;
11
+ var x = document .getElementsByTagName (' script' )[0 ];
12
+ x .parentNode .insertBefore (s, x);
13
+ })();
Original file line number Diff line number Diff line change 25
25
26
26
.community-updates ( ui-view ="community-updates" )
27
27
28
- script .
29
- (function () {
30
- var s = document .createElement (" script" );
31
- s .type = " text/javascript" ;
32
- s .async = true ;
33
- s .src = ' //api.usersnap.com/load/' +
34
- ' 3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js' ;
35
- var x = document .getElementsByTagName (' script' )[0 ];
36
- x .parentNode .insertBefore (s, x);
37
- })();
You can’t perform that action at this time.
0 commit comments