We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dde445 commit c24d4abCopy full SHA for c24d4ab
1 file changed
rdgenerator/templates/generator.html
@@ -603,7 +603,7 @@ <h2><i class="fas fa-cog"></i> Other</h2>
603
}
604
605
const privacyPreview = document.getElementById('privacy-preview');
606
- if (privacyPreview.firstChild && logoPrprivacyPrevieweview.firstChild.src.startsWith('data:image/png;base64')) {
+ if (privacyPreview.firstChild && privacyPreview.firstChild.src.startsWith('data:image/png;base64')) {
607
formData.privacyfile = privacyPreview.firstChild.src; // Use existing base64
608
} else { //if it's a file upload
609
const privacyFile = document.getElementById("{{ form.privacyfile.id_for_label }}").files[0];
0 commit comments