From 47d134daec29b09ad87a6238aa0159e558438a5e Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Mon, 10 Mar 2025 16:53:09 +1100 Subject: [PATCH] fix parsa's dumb loader --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 0c9e04c..10fc142 100644 --- a/index.html +++ b/index.html @@ -998,6 +998,9 @@ uploadIcon.style.marginRight = '8px'; memeUpload.input.value = ''; memeUpload.preview.style.display = 'none'; memeUpload.image.src = ''; + + //Clear Loader + postButton.innerHTML = 'Launch Rebellion'; // Show success message animatePostSuccess(); @@ -1028,6 +1031,7 @@ uploadIcon.style.marginRight = '8px'; } else { // No meme to upload, just show success and refresh // Clear input + postButton.innerHTML = 'Launch Rebellion'; proposalInput.value = ''; charCounter.textContent = `${CHAR_LIMIT} characters remaining`; postButton.disabled = true;