We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7db54 commit 8ea106bCopy full SHA for 8ea106b
app/listings/listings.controller.js
@@ -25,17 +25,6 @@ import { loadUser } from '../services/userv3.service.js'
25
26
function activate() {
27
28
- // add usersnap widget to /listings/ route
29
- (function() {
30
- var s = document.createElement('script')
31
- s.type = 'text/javascript'
32
- s.async = true
33
- s.src = '//api.usersnap.com/load/'+
34
- '3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js'
35
- var x = document.getElementById('react-component')
36
- x.appendChild(s, x)
37
- })()
38
-
39
$scope.myChallenges = []
40
$scope.reactProps = {
41
config: CONSTANTS,
0 commit comments