Index: remoting/webapp/me2mom/choice.html |
=================================================================== |
--- remoting/webapp/me2mom/choice.html (revision 88003) |
+++ remoting/webapp/me2mom/choice.html (working copy) |
@@ -9,10 +9,12 @@ |
<head> |
<meta charset="utf-8" /> |
<link rel="shortcut icon" href="chromoting128.png" /> |
+ <link rel="stylesheet" href="debug_log.css" /> |
<link rel="stylesheet" href="main.css" /> |
<link rel="stylesheet" href="choice.css" /> |
+ <script src="debug_log.js"></script> |
+ <script src="oauth2.js"></script> |
<script src="remoting.js"></script> |
- <script src="oauth2.js"></script> |
<title>Chromoting</title> |
</head> |
@@ -48,6 +50,13 @@ |
</form> |
</span> <!-- email-entry --> |
+ <span id="debug-enable"> |
+ <form> |
+ <input id="debug-log-toggle" class="display-inline" type="button" |
+ value="Debug Log" onclick="toggleDebugLog(); return false;"/> |
+ </form> |
+ </span> <!-- debug-enable --> |
+ |
</div> <!-- auth-panel --> |
<div id="main-panel"> |
@@ -190,5 +199,7 @@ |
</div> <!-- main-panel --> |
<div id="plugin-wrapper"> |
</div> |
+ <div id="debug-log"> |
+ </div> |
</body> |
</html> |