Show
Ignore:
Timestamp:
02/01/11 16:48:59 (2 years ago)
Author:
rafael.soares
Message:

removing google jquery, django-compressor needs which the linked files are on your COMPRESS_URL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opentrials/context_processors/opentrials.py

    r828 r842  
    1313    return context_extra 
    1414     
    15 def jquery(request): 
    16     context_extra = {} 
    17  
    18     context_extra['JQUERY_URL'] = settings.JQUERY_URL 
    19     context_extra['JQUERY_UI_URL'] = settings.JQUERY_UI_URL 
    20  
    21     return context_extra 
    22  
    2315def google_analytics(request): 
    2416    context_extra = {}