mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix select field overlay issue
This commit is contained in:
@@ -176,16 +176,6 @@ jQuery(document).ready(function() {
|
||||
return false;
|
||||
});
|
||||
|
||||
if ( jQuery.ui && jQuery.ui.dialog && jQuery.ui.dialog.prototype._allowInteraction ) {
|
||||
var ui_dialog_interaction = jQuery.ui.dialog.prototype._allowInteraction;
|
||||
jQuery.ui.dialog.prototype._allowInteraction = function(e) {
|
||||
if ( jQuery(e.target).closest('.select2-dropdown').length ) return true;
|
||||
return ui_dialog_interaction.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
jQuery('.um-s1,.um-s2').css({'display':'block'});
|
||||
|
||||
jQuery(".um-s1").select2({
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user