From 8197352f5bb87e293a39836c36bb5bebb677da16 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Mon, 7 Jul 2025 11:49:58 +0200 Subject: [PATCH] f --- theme/ht_searcher.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/ht_searcher.js b/theme/ht_searcher.js index 1da770226..f2c7100db 100644 --- a/theme/ht_searcher.js +++ b/theme/ht_searcher.js @@ -101,6 +101,8 @@ const READY_ICON = icon.innerHTML; icon.textContent = '⏳'; icon.setAttribute('aria-label','Loading search …'); + icon.setAttribute('title','Search is loading, please wait...'); + const HOT=83, ESC=27, DOWN=40, UP=38, ENTER=13; let debounce, teaserCount=0;