Commit 208e8de
benquist
Fix search: remove conflicting bibsearch.js module listener on publications page
bibsearch.js and the inline script both attached input listeners to #bibsearch,
causing them to fight — bibsearch.js used CSS.highlights/.unloaded while the
inline script used display:none, resulting in no visible filtering.
Fix: replace liquid include with a plain <input id='pub-search'> so bibsearch.js
never loads on this page; inline script now owns the element exclusively.1 parent 5440489 commit 208e8de
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments