Add lt.keys.initDefaults() to audit log and user activity views

Ensures ESC/Ctrl+K/? keyboard shortcuts work consistently on all admin pages.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 00:04:50 -04:00
parent 4a838b68ca
commit 51fa5a8a3c
2 changed files with 2 additions and 0 deletions

View File

@@ -155,5 +155,6 @@
</div> </div>
</div> </div>
</div> </div>
<script>if (window.lt) lt.keys.initDefaults();</script>
</body> </body>
</html> </html>

View File

@@ -133,5 +133,6 @@
</div> </div>
</div> </div>
</div> </div>
<script>if (window.lt) lt.keys.initDefaults();</script>
</body> </body>
</html> </html>