Minor change

This commit is contained in:
Yarmo Mackenbach 2020-06-28 22:52:16 +02:00
parent 47e544f847
commit 7cad95893f

View file

@ -582,7 +582,7 @@ if (elFormProofs) {
} }
if (elProfileUid) { if (elProfileUid) {
let profileUid = elProfileUid.innerHTML, match, opts; let match, opts, profileUid = elProfileUid.innerHTML;
if (/.*@.*/.test(profileUid)) { if (/.*@.*/.test(profileUid)) {
match = profileUid.match(/(.*)@(.*)_([a-zA-Z0-9]+)$/); match = profileUid.match(/(.*)@(.*)_([a-zA-Z0-9]+)$/);
opts = { opts = {