Skip to content

Commit aad15c9

Browse files
committed
Custom-hotkeys: Fix JS error. Closes #125
1 parent da5b2b3 commit aad15c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-custom-hotkeys.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Custom Hotkeys
3-
// @version 1.1.0
3+
// @version 1.1.1
44
// @description A userscript that allows you to add custom GitHub keyboard hotkeys
55
// @license MIT
66
// @author Rob Garrison
@@ -42,7 +42,7 @@
4242
f1: "#hotkey-settings"
4343
}]
4444
});
45-
const lastHref = window.location.href;
45+
let lastHref = window.location.href;
4646

4747
const openHash = "#hotkey-settings";
4848

0 commit comments

Comments
 (0)