mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
WIP(social): Twitter widget script
This commit is contained in:
parent
e4c7870c22
commit
9d5f9328da
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
|||
// Stripe
|
||||
$.getScript('//checkout.stripe.com/v2/checkout.js');
|
||||
|
||||
// Twitter
|
||||
$.getScript('https://platform.twitter.com/widgets.js');
|
||||
|
||||
/* Google Content Experiments
|
||||
if (window.env.NODE_ENV === 'production') {
|
||||
$.getScript('//www.google-analytics.com/cx/api.js?experiment=boVO4eEyRfysNE5D53nCMQ', function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue