mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Update 1.2.2
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
jQuery(document).ready(function() {
|
||||
|
||||
jQuery(document).on('click', '.um-popup-overlay', function(){
|
||||
remove_Modal();
|
||||
});
|
||||
|
||||
jQuery(document).on('click', '.um-modal-overlay, a[data-action="um_remove_modal"]', function(){
|
||||
um_remove_modal();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user