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

changed usersnap widget position #1043

Merged
merged 1 commit into from
Feb 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion app/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ html
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)
})(document);

script.
(function() {
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = '//api.usersnap.com/load/'+
'3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();

include ../assets/scripts/google.analytics.jade
include ../assets/scripts/zendesk-widget.jade
include ../assets/scripts/raven-js.jade
Expand All @@ -38,4 +49,4 @@ html

div(ui-view="footer")

#chart-tooltip
#chart-tooltip
11 changes: 0 additions & 11 deletions app/listings/listings.jade
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
react-component.listings(name="ChallengeFiltersExample" props="reactProps" watch-depth="reference")

script.
(function() {
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = '//api.usersnap.com/load/'+
'3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();