From baacca8863a6e1d75d4a2aced0836b9570dbaf06 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Fri, 26 Jul 2013 10:27:50 -0400 Subject: [PATCH] Disable intercom widget. --- media/js/src/snipts.min.js | 2 ++ templates/base.html | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media/js/src/snipts.min.js b/media/js/src/snipts.min.js index e69de29..d976a78 100644 --- a/media/js/src/snipts.min.js +++ b/media/js/src/snipts.min.js @@ -0,0 +1,2 @@ + +(function(){if(typeof angular!=='undefined'){var root=this;var $=root.jQuery;var controllers={};var app=root.app;controllers.SniptListController=function($scope){$scope.section='Billing';};app.controller(controllers);}}).call(this); \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index b189272..c7ce502 100644 --- a/templates/base.html +++ b/templates/base.html @@ -444,10 +444,6 @@ 'profile link': 'https://snipt.net/{{ request.user.username }}/', 'is pro': window.user_is_pro, 'blog domain': '{{ request.user.profile.blog_domain }}' - }, - widget: { - activator: '#IntercomDefaultWidget', - label: 'Support Chat' } };