mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 20:53:39 +09:00
- fixed the "Assignment to constant variable" JS error on some sites
This commit is contained in:
@@ -102,6 +102,7 @@ jQuery(document).ready(function() {
|
||||
user_id = jQuery(this).parents('#um_upload_single').data('user_id');
|
||||
}
|
||||
|
||||
var d;
|
||||
var form_id = 0;
|
||||
var mode = '';
|
||||
if ( jQuery('div.um-field-image[data-key="' + key + '"]').length === 1 ) {
|
||||
|
||||
Reference in New Issue
Block a user