diff gpp/settings.py @ 490:f0f3966ea44f

For #233, switched to asynchronous loading of the social media sharing javascript. Also switched to Facebook's javascript SDK instead of using an iframe for the like/share button.
author Brian Neal <bgneal@gmail.com>
date Thu, 20 Oct 2011 00:36:37 +0000
parents bbbc357ac5f3
children
line wrap: on
line diff
--- a/gpp/settings.py	Wed Oct 19 23:31:22 2011 +0000
+++ b/gpp/settings.py	Thu Oct 20 00:36:37 2011 +0000
@@ -316,11 +316,8 @@
         'js/tiny_mce/tiny_mce.js',
         'js/tiny_mce_init_std.js',
     ],
-    'social': [
-        'http://platform.twitter.com/widgets.js',
-        'https://apis.google.com/js/plusone.js',
-    ],
 }
+
 GPP_THIRD_PARTY_CSS = {
     'jquery-ui': [
         'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/themes/redmond/jquery-ui.css',