From 8ea106b9968a208b1e005040eeb9450871488b12 Mon Sep 17 00:00:00 2001 From: shubhu Date: Tue, 4 Apr 2017 23:53:15 +0530 Subject: [PATCH] fixed #1141 removed feedback widget --- app/listings/listings.controller.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/listings/listings.controller.js b/app/listings/listings.controller.js index f709102f5..606e00dc4 100755 --- a/app/listings/listings.controller.js +++ b/app/listings/listings.controller.js @@ -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,