mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Fix multiple select in UM settings
This commit is contained in:
@@ -71,7 +71,7 @@ jQuery(document).ready(function() {
|
||||
Select Dropdowns
|
||||
**/
|
||||
|
||||
jQuery(".umaf-selectjs").select2({
|
||||
jQuery(".umaf-selectjs, .ultimate-member_page_um_options .redux-select-item ").select2({
|
||||
allowClear: false,
|
||||
minimumResultsForSearch: 10
|
||||
});
|
||||
|
||||
@@ -218,13 +218,13 @@
|
||||
}
|
||||
|
||||
|
||||
Redux_CDN::register_script(
|
||||
/*Redux_CDN::register_script(
|
||||
'select2-js',
|
||||
'//cdn.jsdelivr.net/select2/4.0.2/js/select2.full.min.js',
|
||||
array( 'jquery', 'redux-select2-sortable-js' ),
|
||||
'4.0.2',
|
||||
true
|
||||
);
|
||||
);*/
|
||||
|
||||
//*****************************************************************
|
||||
// QTip JS
|
||||
|
||||
Reference in New Issue
Block a user