Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit f1cd9ac

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 433f671 commit f1cd9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_admin_keyboard_shortcuts/static/admin/js/shortcuts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function isFocusedTextField() {
1111
{
1212
let previousKey = undefined;
1313
const shortcutFunctions = new Map([
14-
["g i", () => {
14+
["g i", () => {
1515
// Get the admin index URL from the json_script element
1616
const adminIndexElement = document.getElementById('admin-index-url');
1717
if (adminIndexElement) {

0 commit comments

Comments
 (0)