From 576118c45ca4605eaf874fba3d95969c08a7c7d4 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 26 Oct 2010 14:03:28 -0500 Subject: Upgrade to jQuery 1.4.3 Signed-off-by: Dan McGee --- main/templatetags/cdn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/templatetags') 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 @@ def render(self, context): # 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/' \ -- cgit v1.2.3-54-g00ecf