OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <link rel="stylesheet" href="main.css"> | 4 <link rel="stylesheet" href="main.css"> |
5 <script src="chrome://resources/js/cr.js"></script> | 5 <script src="chrome://resources/js/cr.js"></script> |
6 <script src="chrome://resources/js/cr/ui.js"></script> | 6 <script src="chrome://resources/js/cr/ui.js"></script> |
7 <script src="ime.js"></script> | 7 <script src="ime.js"></script> |
8 <script src="common.js"></script> | 8 <script src="common.js"></script> |
9 <!-- TODO(mazda): load layout_<name>.js files only when necessary. --> | 9 <!-- TODO(mazda): load layout_<name>.js files only when necessary. --> |
10 <script src="layout_fr.js"></script> | 10 <script src="layout_fr.js"></script> |
11 <script src="layout_us.js"></script> | |
12 <!-- | 11 <!-- |
13 TODO(yusukes): recent refactoring broke the ability to have multiple | 12 TODO(yusukes): recent refactoring broke the ability to have multiple |
14 xkb layouts registered. Comment this out until it can be fixed. | 13 xkb layouts registered. Comment this out until it can be fixed. |
15 <script src="layout_handwriting_vk.js"></script> | 14 <script src="layout_handwriting_vk.js"></script> |
16 --> | 15 --> |
| 16 <script src="layout_us.js"></script> |
17 <script src="main.js"></script> | 17 <script src="main.js"></script> |
18 </head> | 18 </head> |
19 <body id="b"></body> | 19 <body id="b"></body> |
20 </html> | 20 </html> |
OLD | NEW |