1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Fixed Multiselect dropdown so that an empty value also gets saved.

This commit is contained in:
Cameron
2019-12-02 14:18:25 -08:00
parent 5cf54d07d2
commit 972fa1a29c
4 changed files with 26 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ function loadJSAddons()
e107::css('core', 'bootstrap-select/bootstrap-select.min.css', 'jquery');
e107::js('footer', '{e_WEB}js/bootstrap-select/bootstrap-select.min.js', 'jquery', 2);
// e107::css('core', 'bootstrap-multiselect/css/bootstrap-multiselect.css', 'jquery');
// e107::css('core', 'bootstrap-multiselect/css/bootstrap-multiselect.css', 'jquery');
e107::js('footer', '{e_WEB}js/bootstrap-multiselect/js/bootstrap-multiselect.js', 'jquery', 2);
// TODO: remove typeahead.