diff options
author | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-22 03:00:39 +0000 |
---|---|---|
committer | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-22 03:00:39 +0000 |
commit | 5069db5f7fcf7632fe8f5605743be8c16916ced9 (patch) | |
tree | 8c26867dbcbfd210fefde5aec0b922ff07921444 /remoting | |
parent | 2f7b3b69597964cbe2c3cef76863621d655f82fd (diff) | |
download | chromium_src-5069db5f7fcf7632fe8f5605743be8c16916ced9.zip chromium_src-5069db5f7fcf7632fe8f5605743be8c16916ced9.tar.gz chromium_src-5069db5f7fcf7632fe8f5605743be8c16916ced9.tar.bz2 |
Rename one of the "connect-button" in main.html to avoid duplicate id's.
BUG=
Review URL: https://chromiumcodereview.appspot.com/23338003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index 0013468..f4e4471 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -542,7 +542,7 @@ found in the LICENSE file. type="password" autofocus="autofocus" autocomplete="off"/> - <button id="connect-button" + <button id="pin-connect-button" type="submit" i18n-content="CONNECT_BUTTON"> </button> |