From 50dc8148259f6c36890c29d4b6f487a85ff7efa1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 17 Sep 2020 20:30:05 +0200 Subject: Admin: force bootstrap load of ajax_select (removed in debian package) --- ishtar_common/static/ajax_select/js/bootstrap.js | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ishtar_common/static/ajax_select/js/bootstrap.js (limited to 'ishtar_common/static') diff --git a/ishtar_common/static/ajax_select/js/bootstrap.js b/ishtar_common/static/ajax_select/js/bootstrap.js new file mode 100644 index 000000000..cb742eaa9 --- /dev/null +++ b/ishtar_common/static/ajax_select/js/bootstrap.js @@ -0,0 +1,30 @@ +(function(w) { + /** + * load jquery and jquery-ui if needed + */ + + function not(thing) { + return typeof thing === 'undefined'; + } + + function loadJS(src) { + document.write('