1
0
Fork 0

Minor fixes for the invisible keyboard hack

Former-commit-id: f377061697
pull/17/head
Ambrose Chua 2014-06-27 11:12:02 +08:00
parent 5b1a331c0a
commit 41b62fa9bf
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<div id="movebar"><span id="exitbtn" style="font-size: 0.8em; line-height: 1.35em;">×</span><span id="minimize"></span><span id="maximize" style="font-size: 0.8em; line-height: 1.35em;">+</span></div>
<input id="kbdeventhelper" type="text" style="opacity: 0; " /> <!-- Much cheat flash -->
<input id="kbdeventhelper" type="text" style="opacity: 0; position: absolute; top: -1000px;" /> <!-- Much cheat flash -->
<script src="jquery.js"></script>
<script src="mousetrap.js"></script>