mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-11 00:19:21 +01:00
Decrease tooltip fade timer from 2s to 500ms
This commit is contained in:
parent
bf2fbcb395
commit
3b309500c3
@ -147,7 +147,7 @@
|
||||
if (!userClickedStatus) {
|
||||
timerHandler = setTimeout(function () {
|
||||
$("#tooltip").hide();
|
||||
}, 2000);
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user