Commit 75b1c993 authored by Michael Irani's avatar Michael Irani Committed by Commit Bot

Fix ID mismatch in keyboard.js

- Mismatch introduced in 2487866

Bug: 1029954
Test: Manual
Change-Id: I422bc73c0f04232f011e6f29835b3ae304348ae7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496037Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Michael Irani <michaelirani@chromium.org>
Auto-Submit: Michael Irani <michaelirani@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820532}
parent 6b9c17c8
...@@ -188,7 +188,7 @@ cr.define('settings', function() { ...@@ -188,7 +188,7 @@ cr.define('settings', function() {
id = '#showLanguagesInput'; id = '#showLanguagesInput';
} else { } else {
path = settings.routes.OS_LANGUAGES_DETAILS.path; path = settings.routes.OS_LANGUAGES_DETAILS.path;
id = '#showLanguageDetails'; id = '#showLanguagesDetails';
} }
this.focusConfig.set(path, () => { this.focusConfig.set(path, () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment