diff --git a/static/index.html b/static/index.html index 65648dcc..40aa3c19 100644 --- a/static/index.html +++ b/static/index.html @@ -147,7 +147,7 @@ if (!userClickedStatus) { timerHandler = setTimeout(function () { $("#tooltip").hide(); - }, 2000); + }, 500); } }