Update jQuery to 1.8.3

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-12-11 20:00:36 -06:00
parent 8a8542ede6
commit 911d6067bc
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
@register.simple_tag
def jquery():
version = '1.8.2'
version = '1.8.3'
oncdn = getattr(settings, 'CDN_ENABLED', True)
if oncdn:
link = 'https://ajax.googleapis.com/ajax/libs/jquery/' \

File diff suppressed because one or more lines are too long

2
sitestatic/jquery-1.8.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long