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

Commit 50b801e

Browse files
authored
Merge pull request #1038 from appirio-tech/tom-fix-jade
Tom fix jade
2 parents 2734a07 + 9ef891f commit 50b801e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@
2424
.programs(id="community", ui-view="programs")
2525

2626
.community-updates(ui-view="community-updates")
27+

0 commit comments

Comments
 (0)