diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 19:08:51 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 19:58:36 +0900 |
commit | 7ac00fce6f6c431f96c531179c6af3796df7e07a (patch) | |
tree | a10db125bd25c1447bb08de2ef156c010243f019 /src/console/index.html | |
parent | b0d2b5328107a9a2018132938fb5a9efcd77fc50 (diff) |
Show info on yanked
Diffstat (limited to 'src/console/index.html')
-rw-r--r-- | src/console/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console/index.html b/src/console/index.html index 4222f12..f41a8dc 100644 --- a/src/console/index.html +++ b/src/console/index.html @@ -6,8 +6,8 @@ <script src='console.js'></script> </head> <body class='vimvixen-console'> - <p id='vimvixen-console-error' - class='vimvixen-console-error'></p> + <p id='vimvixen-console-message' + class='vimvixen-console-message'></p> <div id='vimvixen-console-command'> <ul id='vimvixen-console-completion' class='vimvixen-console-completion'></ul> <div class='vimvixen-console-command'> |