Commit 3d655ef
Modernize suggestor.js implementation and simplify script tags (#2963)
- Remove unnecessary type="text/javascript" from script tags in index.jsp (HTML5 default)
- Refactor suggestor.js with modern jQuery event handling (.on() instead of .hover())
- Replace inefficient polling (setInterval) with input event listener for better performance
- Add debouncing (300ms) to reduce unnecessary AJAX calls
- Improve code formatting and readability with consistent indentation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent abf546f commit 3d655ef
2 files changed
+309
-320
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
0 commit comments