diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-15 15:01:59 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-15 15:01:59 -0500 |
commit | 199cd423d19d1ba42ff4550ed252ee3f8f254e14 (patch) | |
tree | 2a37eb1aca10e64a361cf57a5f3ba0a6af4e6977 /main | |
parent | ef61eacd08b678b55eeaacfd5cc29ada37662e10 (diff) |
Update to jQuery 1.4.4
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 1923af80..c25040c0 100644 --- a/main/templatetags/cdn.py +++ b/main/templatetags/cdn.py @@ -5,7 +5,7 @@ register = template.Library() @register.simple_tag def jquery(): - version = '1.4.3' + version = '1.4.4' oncdn = getattr(settings, 'CDN_ENABLED', True) if oncdn: link = 'https://ajax.googleapis.com/ajax/libs/jquery/' \ |