mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[WebHost] weighted-settings: Add cursor hover to user-message
This commit is contained in:
@@ -12,7 +12,7 @@ window.addEventListener('load', () => {
|
||||
const userMessage = document.getElementById('user-message');
|
||||
userMessage.innerText = "Your settings are out of date! Click here to update them! Be aware this will reset " +
|
||||
"them all to default.";
|
||||
userMessage.style.display = "block";
|
||||
userMessage.classList.add('visible');
|
||||
userMessage.addEventListener('click', resetSettings);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user