aboutsummaryrefslogtreecommitdiff
path: root/src/command-line/index.html
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 20:56:20 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 20:56:20 +0900
commitdc4286460791c3b76fe29d085502a11c61c78551 (patch)
tree5b9dc747f83e13d6b827a4a0894c57b82b3df456 /src/command-line/index.html
parenta808b2894090f30e65f396f7caa5af36af83442c (diff)
use iframe-ed command-line
Diffstat (limited to 'src/command-line/index.html')
-rw-r--r--src/command-line/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command-line/index.html b/src/command-line/index.html
index e9e4123..bad0b66 100644
--- a/src/command-line/index.html
+++ b/src/command-line/index.html
@@ -9,7 +9,9 @@
<div>
<p class='vimvixen-command-line-title'></p>
<div class='vimvixen-command-line-line'>
- <i class='vimvixen-command-line-line-prompt'></i><input class='vimvixen-command-line-line-input'></input>
+ <i class='vimvixen-command-line-line-prompt'></i><input
+ id='vimvixen-command-line-line-input'
+ class='vimvixen-command-line-line-input'></input>
</div>
</div>
</body>