From fa739507f1635f34bc5dc60f308f2b8c5b8dd23c Mon Sep 17 00:00:00 2001 From: Gianni Moschini Date: Sun, 12 Aug 2018 12:41:46 +0100 Subject: [PATCH] Only use django jQuery --- smart_selects/static/smart-selects/admin/js/bindfields.js | 2 +- smart_selects/static/smart-selects/admin/js/chainedfk.js | 2 +- smart_selects/static/smart-selects/admin/js/chainedm2m.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smart_selects/static/smart-selects/admin/js/bindfields.js b/smart_selects/static/smart-selects/admin/js/bindfields.js index 76c4d8d..9c6f351 100755 --- a/smart_selects/static/smart-selects/admin/js/bindfields.js +++ b/smart_selects/static/smart-selects/admin/js/bindfields.js @@ -82,4 +82,4 @@ } }); }); -}(jQuery || django.jQuery)); +}(django.jQuery)); diff --git a/smart_selects/static/smart-selects/admin/js/chainedfk.js b/smart_selects/static/smart-selects/admin/js/chainedfk.js index d97684c..589eba6 100755 --- a/smart_selects/static/smart-selects/admin/js/chainedfk.js +++ b/smart_selects/static/smart-selects/admin/js/chainedfk.js @@ -110,4 +110,4 @@ } }; }()); -}(jQuery || django.jQuery)); +}(django.jQuery)); diff --git a/smart_selects/static/smart-selects/admin/js/chainedm2m.js b/smart_selects/static/smart-selects/admin/js/chainedm2m.js index 46adab4..4792d58 100755 --- a/smart_selects/static/smart-selects/admin/js/chainedm2m.js +++ b/smart_selects/static/smart-selects/admin/js/chainedm2m.js @@ -177,4 +177,4 @@ } }; }()); -}(jQuery || django.jQuery)); +}(django.jQuery));