We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2734a07 + 9ef891f commit 50b801eCopy full SHA for 50b801e
app/listings/listings.jade
@@ -1,2 +1,13 @@
1
2
-<react-component name="ChallengeFiltersExample" props="userProps" watch-depth="reference"/>
+<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
+ })();
app/my-dashboard/my-dashboard.jade
@@ -24,3 +24,4 @@
24
.programs(id="community", ui-view="programs")
25
26
.community-updates(ui-view="community-updates")
27
0 commit comments