Reveal token input fields if blank

This commit is contained in:
JonnyWong16 2021-04-10 10:35:24 -07:00
commit 40e0db4f70
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 31 additions and 10 deletions

View file

@ -676,6 +676,7 @@
}
getNewslettersTable();
toggleRevealTokens();
}
function deleteCallback() {
@ -787,6 +788,8 @@
};
$(this).on('focus keyup input', function () { resizeTextarea(this); }).removeAttr('data-autoresize');
});
toggleRevealTokens();
</script>
% else:
<div class="modal-dialog" role="document">