Minor change

This commit is contained in:
Yarmo Mackenbach 2020-06-28 22:49:27 +02:00
parent b9fad2f740
commit 47e544f847

View file

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