Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9ef891f

Browse files
committed
added widget
1 parent bd526f2 commit 9ef891f

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

app/listings/listings.jade

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11

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+
})();

app/my-dashboard/my-dashboard.jade

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,3 @@
2525

2626
.community-updates(ui-view="community-updates")
2727

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-
})();

0 commit comments

Comments
 (0)