From 5fad1ad6e732feb19b5bdc844803000f1d3b0620 Mon Sep 17 00:00:00 2001 From: tip2tail Date: Sat, 18 Mar 2017 21:54:04 +0000 Subject: [PATCH] Added class so now Bootstrap 4 compatible --- js/bootstrap-combobox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-combobox.js b/js/bootstrap-combobox.js index 1d59f20..524ab10 100755 --- a/js/bootstrap-combobox.js +++ b/js/bootstrap-combobox.js @@ -454,7 +454,7 @@ $.fn.combobox.defaults = { bsVersion: '3' , menu: '' - , item: '
  • ' + , item: '
  • ' }; $.fn.combobox.Constructor = Combobox;