From b4feb53ea454eecf038df4aa6b7efcfa72e88d38 Mon Sep 17 00:00:00 2001 From: Eugene Morozov Date: Mon, 7 Oct 2013 22:03:00 +0530 Subject: [PATCH] Do not assume that jQuery is bound to $ variable. --- django_select2/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django_select2/util.py b/django_select2/util.py index dddf18b..1c4cd68 100644 --- a/django_select2/util.py +++ b/django_select2/util.py @@ -51,7 +51,7 @@ def render_js_script(inner_code): This wraps ``inner_code`` string inside the following code block:: @@ -60,7 +60,7 @@ def render_js_script(inner_code): """ return u""" """ % inner_code