File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ import { loadUser } from '../services/userv3.service.js'
27
27
28
28
// add usersnap widget to /listings/ route
29
29
( function ( ) {
30
- var s = document . createElement ( " script" ) ;
31
- s . type = " text/javascript" ;
32
- s . async = true ;
30
+ var s = document . createElement ( ' script' )
31
+ s . type = ' text/javascript'
32
+ s . async = true
33
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
- } ) ( ) ;
34
+ '3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js'
35
+ var x = document . getElementsByTagName ( 'script' ) [ 0 ]
36
+ x . parentNode . insertBefore ( s , x )
37
+ } ) ( )
38
38
39
39
$scope . myChallenges = [ ]
40
40
$scope . reactProps = {
You can’t perform that action at this time.
0 commit comments