Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html i18n-values="dir:textdirection"> | |
| 3 <html> | |
| 4 <head> | |
| 5 <meta charset="utf-8"> | |
| 6 <title>Gesture Configuration</title> | |
| 7 <link rel="stylesheet" href="gesture_config.css"> | |
| 8 <!-- <script src="chrome://resources/js/cr.js"></script> --> | |
|
flackr
2012/06/06 14:50:54
Unnecessary I assume?
Kevin Greer
2012/06/06 20:26:20
Removed.
On 2012/06/06 14:50:54, flackr wrote:
| |
| 9 <script src="gesture_config.js"></script> | |
| 10 </head> | |
| 11 <body> | |
| 12 <form> | |
| 13 <h2>Gesture Preferences</h2> | |
| 14 <div id="gestureForm"></div> | |
| 15 <div class="buttons-pane"> | |
| 16 <button id="updateButton">Update</button><button id="resetButton">Reset</butto n> | |
| 17 </div> | |
| 18 </form> | |
| 19 </body> | |
| 20 </html> | |
| OLD | NEW |