mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed bug where donation message appears blank
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user