Skip to content

Commit

Permalink
Custom-hotkeys: Fix JS error. Closes #125
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Aug 10, 2020
1 parent da5b2b3 commit aad15c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-custom-hotkeys.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name GitHub Custom Hotkeys
// @version 1.1.0
// @version 1.1.1
// @description A userscript that allows you to add custom GitHub keyboard hotkeys
// @license MIT
// @author Rob Garrison
Expand Down Expand Up @@ -42,7 +42,7 @@
f1: "#hotkey-settings"
}]
});
const lastHref = window.location.href;
let lastHref = window.location.href;

const openHash = "#hotkey-settings";

Expand Down

0 comments on commit aad15c9

Please sign in to comment.