Disable intercom widget.

master
Nick Sergeant 2013-07-26 10:27:50 -04:00
parent 9602562a51
commit baacca8863
2 changed files with 2 additions and 4 deletions

View File

@ -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);

View File

@ -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'
}
};
</script>