summaryrefslogtreecommitdiffstats
path: root/main/templatetags/cdn.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/templatetags/cdn.py')
-rw-r--r--main/templatetags/cdn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/templatetags/cdn.py b/main/templatetags/cdn.py
index ff45e52..96181c1 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/' \