mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
16 lines
238 B
JavaScript
16 lines
238 B
JavaScript
jQuery(window).load(function() {
|
|
|
|
um_responsive();
|
|
um_modal_responsive();
|
|
|
|
});
|
|
|
|
jQuery(window).resize(function() {
|
|
responsive_Modal();
|
|
|
|
jQuery('img.cropper-hidden').cropper('destroy');
|
|
|
|
um_responsive();
|
|
um_modal_responsive();
|
|
|
|
}); |