Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
489:f785a646a5fc | 490:f0f3966ea44f |
---|---|
314 ], | 314 ], |
315 'tiny_mce': [ | 315 'tiny_mce': [ |
316 'js/tiny_mce/tiny_mce.js', | 316 'js/tiny_mce/tiny_mce.js', |
317 'js/tiny_mce_init_std.js', | 317 'js/tiny_mce_init_std.js', |
318 ], | 318 ], |
319 'social': [ | |
320 'http://platform.twitter.com/widgets.js', | |
321 'https://apis.google.com/js/plusone.js', | |
322 ], | |
323 } | 319 } |
320 | |
324 GPP_THIRD_PARTY_CSS = { | 321 GPP_THIRD_PARTY_CSS = { |
325 'jquery-ui': [ | 322 'jquery-ui': [ |
326 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/themes/redmond/jquery-ui.css', | 323 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/themes/redmond/jquery-ui.css', |
327 ], | 324 ], |
328 'markitup': [ | 325 'markitup': [ |