diff options
author | Dan McGee <dan@archlinux.org> | 2012-12-12 03:00:36 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-12-12 03:00:36 +0100 |
commit | 911d6067bc62c02b9a4a63f4e6278d7118999869 (patch) | |
tree | 21dba21423718e5d00fd301778b1da9ce5d4be51 /main | |
parent | 8a8542ede6493939bd6528a72b8fd912fdf4d14b (diff) | |
download | archweb-911d6067bc62c02b9a4a63f4e6278d7118999869.tar.gz archweb-911d6067bc62c02b9a4a63f4e6278d7118999869.tar.xz |
Update jQuery to 1.8.3
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main')
-rw-r--r-- | main/templatetags/cdn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/templatetags/cdn.py b/main/templatetags/cdn.py index f3ef9a1..771b442 100644 --- a/main/templatetags/cdn.py +++ b/main/templatetags/cdn.py @@ -7,7 +7,7 @@ register = template.Library() @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/' \ |