- fixed the "Assignment to constant variable" JS error on some sites

This commit is contained in:
ashubawork
2021-08-12 12:04:37 +03:00
parent 6a3f55b8a7
commit 519beeface
+1
View File
@@ -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 ) {