Decrease tooltip fade timer from 2s to 500ms

This commit is contained in:
TwinProduction 2020-05-01 17:22:30 -04:00
parent bf2fbcb395
commit 3b309500c3

View File

@ -147,7 +147,7 @@
if (!userClickedStatus) {
timerHandler = setTimeout(function () {
$("#tooltip").hide();
}, 2000);
}, 500);
}
}