Skip to content

Commit 2378039

Browse files
committed
f
1 parent 14e0b54 commit 2378039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theme/ht_searcher.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
const READY_ICON = icon.innerHTML;
102102
icon.textContent = '⏳';
103103
icon.setAttribute('aria-label','Loading search …');
104+
icon.setAttribute('title','Search is loading, please wait...');
105+
104106

105107
const HOT=83, ESC=27, DOWN=40, UP=38, ENTER=13;
106108
let debounce, teaserCount=0;

0 commit comments

Comments
 (0)