diff options
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 ff45e524..96181c16 100644 --- a/main/templatetags/cdn.py +++ b/main/templatetags/cdn.py @@ -13,7 +13,7 @@ class JQueryNode(template.Node): # serve content from HTTPS instead. secure = 'secure' in context and context['secure'] prefixes = { False: 'http', True: 'https' } - version = '1.4.2' + version = '1.4.3' oncdn = getattr(settings, 'CDN_ENABLED', True) if oncdn: jquery = '%s://ajax.googleapis.com/ajax/libs/jquery/' \ |