aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index 4c075899..80bbbb9b 100644
--- a/background_page.html
+++ b/background_page.html
@@ -496,6 +496,8 @@
}
function init() {
+ clearKeyMappingsAndSetDefaults();
+
if (localStorage["keyMappings"])
parseCustomKeyMappings(localStorage["keyMappings"]);