diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-05 09:32:24 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-05 09:32:24 -0500 |
commit | 277d71709ce18bfea64e05a6c190a5b6d555d76f (patch) | |
tree | d6e3abcaf29a0379e70e854ba37963c7690be530 /main | |
parent | acf252f7f3c0af95b3e90f07d0e4d878e4d0d776 (diff) |
Upgrade jQuery to 1.8.1
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 fb78039c..a3ed465c 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.7.2' + version = '1.8.1' oncdn = getattr(settings, 'CDN_ENABLED', True) if oncdn: link = 'https://ajax.googleapis.com/ajax/libs/jquery/' \ |