mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed PHP typo;
- fixed links in the forms in a modal window; - minified scripts; - updated readme;
This commit is contained in:
@@ -9,7 +9,7 @@ jQuery(document).ready(function() {
|
||||
um_remove_modal();
|
||||
});
|
||||
|
||||
jQuery(document).on('click', 'a[data-modal^="um_"], span[data-modal^="um_"], .um-modal a', function(e){
|
||||
jQuery(document).on('click', 'a[data-modal^="um_"], span[data-modal^="um_"], .um-modal:not(:has(.um-form)) a', function(e){
|
||||
e.preventDefault();
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user