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

Commit 5cd7324

Browse files
committed
fixed lint errors
1 parent 2e8366f commit 5cd7324

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/listings/listings.controller.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ import { loadUser } from '../services/userv3.service.js'
2727

2828
// add usersnap widget to /listings/ route
2929
(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
3333
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+
})()
3838

3939
$scope.myChallenges = []
4040
$scope.reactProps = {

0 commit comments

Comments
 (0)