| Index: ui/keyboard/resources/index.html
|
| diff --git a/ui/keyboard/resources/index.html b/ui/keyboard/resources/index.html
|
| index 8cd8b0e849a310bc74abd0862526d0b19a60e1b0..b4d2584030eaf5c198bbad74831939463b46e8e2 100644
|
| --- a/ui/keyboard/resources/index.html
|
| +++ b/ui/keyboard/resources/index.html
|
| @@ -2,6 +2,7 @@
|
| <html>
|
| <head>
|
| <link rel="stylesheet" href="main.css">
|
| + <script src="send_key_event.js"></script>
|
| <script src="common.js"></script>
|
| <script src="layout_us.js"></script>
|
| <script src="main.js"></script>
|
|
|