comparison gpp/downloads/forms.py @ 12:f408971657b9

Changed the shoutbox: posts are now made by Ajax. The smiley farm is loaded only on demand. jQuery is now in the base template. May add scrolling later.
author Brian Neal <bgneal@gmail.com>
date Wed, 15 Apr 2009 01:13:17 +0000
parents b6263ac72052
children c515b7401078
comparison
equal deleted inserted replaced
11:cc8eb028def1 12:f408971657b9
35 35
36 class Media: 36 class Media:
37 css = { 37 css = {
38 'all': settings.GPP_THIRD_PARTY_CSS['markitup'], 38 'all': settings.GPP_THIRD_PARTY_CSS['markitup'],
39 } 39 }
40 js = settings.GPP_THIRD_PARTY_JS['jquery'] + \ 40 js = settings.GPP_THIRD_PARTY_JS['markitup'] + \
41 settings.GPP_THIRD_PARTY_JS['markitup'] + \
42 ('js/downloads/add.js', ) 41 ('js/downloads/add.js', )
43 42