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

Remove feedback widget #1157

Merged
merged 10 commits into from
Apr 5, 2017
11 changes: 0 additions & 11 deletions app/listings/listings.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ import { loadUser } from '../services/userv3.service.js'

function activate() {

// add usersnap widget to /listings/ route
(function() {
var s = document.createElement('script')
s.type = 'text/javascript'
s.async = true
s.src = '//api.usersnap.com/load/'+
'3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js'
var x = document.getElementById('react-component')
x.appendChild(s, x)
})()

$scope.myChallenges = []
$scope.reactProps = {
config: CONSTANTS,
Expand Down