diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 08:25:12 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 08:25:12 +0000 |
commit | 63c19048204f70865ff48979475c3a94d066485e (patch) | |
tree | d540459ad9ed721eecc01158282480ab404a2479 /remoting/webapp/me2mom/choice.html | |
parent | 8fa9b2588d4872e621914b3973a1c84c301548bc (diff) | |
download | chromium_src-63c19048204f70865ff48979475c3a94d066485e.zip chromium_src-63c19048204f70865ff48979475c3a94d066485e.tar.gz chromium_src-63c19048204f70865ff48979475c3a94d066485e.tar.bz2 |
Fixed id/class confusion.
BUG=None
TEST=Should be able to generate an access code again.
Review URL: http://codereview.chromium.org/7486011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/me2mom/choice.html')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index ec40fc9..956a0d1 100644 --- a/remoting/webapp/me2mom/choice.html +++ b/remoting/webapp/me2mom/choice.html @@ -231,7 +231,7 @@ found in the LICENSE file. <div id="waiting-footer"> <img src="spinner.gif"> <span class="waiting icon-label">waiting for connection…</span> - <button id="cancel-button big-button" + <button id="cancel-button" class="big-button" onclick="remoting.cancelPendingOperation();"> Cancel </button> |