Skip to content

Commit f8dfb11

Browse files
committed
changed usersnap widget position
1 parent 882af59 commit f8dfb11

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

app/index.jade

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ html
1717
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
1818
})(document);
1919

20+
script.
21+
(function() {
22+
var s = document.createElement("script");
23+
s.type = "text/javascript";
24+
s.async = true;
25+
s.src = '//api.usersnap.com/load/'+
26+
'3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js';
27+
var x = document.getElementsByTagName('script')[0];
28+
x.parentNode.insertBefore(s, x);
29+
})();
30+
2031
include ../assets/scripts/google.analytics.jade
2132
include ../assets/scripts/zendesk-widget.jade
2233
include ../assets/scripts/raven-js.jade
@@ -38,4 +49,4 @@ html
3849

3950
div(ui-view="footer")
4051

41-
#chart-tooltip
52+
#chart-tooltip

app/listings/listings.jade

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
11
react-component.listings(name="ChallengeFiltersExample" props="reactProps" watch-depth="reference")
2-
3-
script.
4-
(function() {
5-
var s = document.createElement("script");
6-
s.type = "text/javascript";
7-
s.async = true;
8-
s.src = '//api.usersnap.com/load/'+
9-
'3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js';
10-
var x = document.getElementsByTagName('script')[0];
11-
x.parentNode.insertBefore(s, x);
12-
})();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy