mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
- github fixes code review;
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
jQuery(window).load(function() {
|
||||
|
||||
jQuery( window ).on( 'load',function() {
|
||||
um_responsive();
|
||||
um_modal_responsive();
|
||||
|
||||
});
|
||||
|
||||
jQuery(window).resize(function() {
|
||||
jQuery(window).on( 'resize', function() {
|
||||
responsive_Modal();
|
||||
|
||||
|
||||
jQuery('img.cropper-hidden').cropper('destroy');
|
||||
|
||||
|
||||
um_responsive();
|
||||
um_modal_responsive();
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user