File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 18
18
})(document );
19
19
20
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
- })();
21
+ if (location .href .match (/ listings\/ $ / )) {
22
+ (function () {
23
+ var s = document .createElement (" script" );
24
+ s .type = " text/javascript" ;
25
+ s .async = true ;
26
+ s .src = ' //api.usersnap.com/load/' +
27
+ ' 3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js' ;
28
+ var x = document .getElementsByTagName (' script' )[0 ];
29
+ x .parentNode .insertBefore (s, x);
30
+ })();
31
+ }
30
32
31
33
include ../assets/scripts/google.analytics.jade
32
34
include ../assets/scripts/zendesk-widget.jade
You can’t perform that action at this time.
0 commit comments