diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-12-08 10:48:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-08 10:48:25 +0900 |
commit | 9c34b961c68588d95cc942465dae55388e861ffa (patch) | |
tree | 697d1cf6ac625aacc4d3685ee37b7a051257f9ec /src/console/index.html | |
parent | 97787c773f0d1b5e80beb438246b5a693dbd08aa (diff) | |
parent | 80de2149ad592c97158f1adb72b352dab3e0858e (diff) |
Merge pull request #507 from ueokande/window-postmessage
Window postmessage
Diffstat (limited to 'src/console/index.html')
-rw-r--r-- | src/console/index.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/console/index.html b/src/console/index.html index e049b5e..5c1e99c 100644 --- a/src/console/index.html +++ b/src/console/index.html @@ -5,15 +5,5 @@ <title>VimVixen console</title> <script src='console.js'></script> </head> - <body class='vimvixen-console'> - <p class='vimvixen-console-message'></p> - <div id='vimvixen-console-command' class='vimvixen-console-command-wrapper'> - <ul id='vimvixen-console-completion' class='vimvixen-console-completion'></ul> - <div class='vimvixen-console-command'> - <i class='vimvixen-console-command-prompt'></i><input - id='vimvixen-console-command-input' - class='vimvixen-console-command-input'></input> - </div> - </div> - </body> + <body class='vimvixen-console'></body> </html> |