From dc37c72d10b5358ef692e73f671c15c083693c05 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Sep 2021 11:07:01 +0200 Subject: Migration to Django 2.2 - fixes - remove django-ajax-select - fix migrations --- ishtar_common/static/ajax_select/js/bootstrap.js | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 ishtar_common/static/ajax_select/js/bootstrap.js (limited to 'ishtar_common/static/ajax_select/js/bootstrap.js') diff --git a/ishtar_common/static/ajax_select/js/bootstrap.js b/ishtar_common/static/ajax_select/js/bootstrap.js deleted file mode 100644 index cb742eaa9..000000000 --- a/ishtar_common/static/ajax_select/js/bootstrap.js +++ /dev/null @@ -1,30 +0,0 @@ -(function(w) { - /** - * load jquery and jquery-ui if needed - */ - - function not(thing) { - return typeof thing === 'undefined'; - } - - function loadJS(src) { - document.write('