You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span class="fs-message"><?phpfs_echo_inline( "A user has not yet been associated with the license, which is necessary to prevent unauthorized activation. To assign the license to your user, you agree to share your WP user's full name and email address." ) ?></span>
339
+
<div id="fs_orphan_license_message">
340
+
<span class="fs-message"><?phpfs_echo_inline( "A user has not yet been associated with the license, which is necessary to prevent unauthorized activation. To assign the license to your user, you agree to share your WordPress user's full name and email address." ) ?></span>
341
341
</div>
342
342
<?phpendif?>
343
343
<?phpif ( $is_network_level_activation ) : ?>
@@ -918,16 +918,14 @@ function updatePrimaryCtaText( actionType ) {
918
918
919
919
if ('' === key) {
920
920
$primaryCta.attr('disabled', 'disabled');
921
-
$marketingOptin.hide();
922
-
toggleSensitiveDataFields(false);
921
+
hideOptinAndLicenseMessage();
923
922
} else {
924
923
$primaryCta.prop('disabled', false);
925
924
926
925
if (32 <= key.length){
927
926
fetchIsMarketingAllowedFlagAndToggleOptin();
928
927
} else {
929
-
$marketingOptin.hide();
930
-
toggleSensitiveDataFields(false);
928
+
hideOptinAndLicenseMessage();
931
929
}
932
930
}
933
931
@@ -963,34 +961,10 @@ function updatePrimaryCtaText( actionType ) {
0 commit comments