From ecf43500a14e6447da6e6aa51c69345c47a54d79 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sun, 13 Apr 2025 01:54:12 +1000 Subject: [PATCH] x --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 98b0946..e9bf7d6 100644 --- a/index.html +++ b/index.html @@ -1326,7 +1326,7 @@ uploadIcon.style.marginRight = '8px'; // Refresh proposals fetchProposals(); } else { - // Upload failed + // Upload failed memeUpload.progress.style.display = 'none'; console.error('Meme upload failed:', xhr.responseText); showToastMessage('Failed to upload meme. Please try again.', '#ff0099'); @@ -1364,6 +1364,9 @@ uploadIcon.style.marginRight = '8px'; postButton.innerHTML = 'Launch Rebellion'; } }); + + } + } // Display the modal for petition verification function showVerificationModal(proposalId) {