there is no this.

This commit is contained in:
Kyle Spearrin 2018-09-27 08:27:33 -04:00
parent 24531b706b
commit 634f74631b
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 85587e06728aabd118f3cb6b06110be92202049b
Subproject commit d1847690f260cf06ace8ed98b7308edabc3b62c0

View File

@ -23,7 +23,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
Mousetrap.bind('mod+shift+y', () => {
sendMessage('open_popup');
});
} else if (!this.isEdge) {
} else if (!isEdge) {
Mousetrap.bind('mod+shift+9', () => {
sendMessage('generate_password');
});