Decrease tooltip fade timer from 2s to 500ms
This commit is contained in:
parent
bf2fbcb395
commit
3b309500c3
@ -147,7 +147,7 @@
|
|||||||
if (!userClickedStatus) {
|
if (!userClickedStatus) {
|
||||||
timerHandler = setTimeout(function () {
|
timerHandler = setTimeout(function () {
|
||||||
$("#tooltip").hide();
|
$("#tooltip").hide();
|
||||||
}, 2000);
|
}, 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user