aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'options.html')
-rw-r--r--options.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.html b/options.html
index 429fe3ea..6e6b1bc3 100644
--- a/options.html
+++ b/options.html
@@ -77,6 +77,7 @@
backgroundPage = chrome.extension.getBackgroundPage();
backgroundPage.clearKeyMappingsAndSetDefaults();
backgroundPage.parseCustomKeyMappings(value);
+ backgroundPage.refreshCompletionKeysAfterMappingSave();
}
};