mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 22:28:47 -05:00
- Hoist reducedMotion and sortHeaders to module scope to avoid repeated DOM queries on every call - collapseAll now queries within tbody instead of the full document - Replace indexOf with includes for tag filtering - Remove null check on activeSort (always initialized) - Drop inline section comments that just restate the code Co-Authored-By: Claude <noreply@anthropic.com>