Fixed bug where donation message appears blank

This commit is contained in:
nuttylmao
2025-05-08 05:01:07 +10:00
parent c49db38ad8
commit dd832175a8
+2 -1
View File
@@ -1317,7 +1317,8 @@ function UpdateAlertBox(platform, avatarURL, headerText, descriptionText, attrib
theContentThatShowsFirstInsteadOfSecond.style.opacity = 1; theContentThatShowsFirstInsteadOfSecond.style.opacity = 1;
theContentThatShowsLastInsteadOfFirst.style.opacity = 0; theContentThatShowsLastInsteadOfFirst.style.opacity = 0;
theContentThatShowsLastInsteadOfFirst.style.display = 'none'; //theContentThatShowsLastInsteadOfFirst.style.display = 'none';
theContentThatShowsLastInsteadOfFirst.style.visibility = 'hidden';
widgetLocked = false; widgetLocked = false;
if (alertQueue.length > 0) { if (alertQueue.length > 0) {
console.debug("Pulling next alert from the queue"); console.debug("Pulling next alert from the queue");