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

Commit 7259a39

Browse files
authored
Merge pull request #1157 from appirio-tech/dev
Remove feedback widget
2 parents efe8168 + eea39f7 commit 7259a39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/listings/listings.controller.js

-11
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ import { loadUser } from '../services/userv3.service.js'
2525

2626
function activate() {
2727

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-
3928
$scope.myChallenges = []
4029
$scope.reactProps = {
4130
config: CONSTANTS,

0 commit comments

Comments
 (0)