Skip to content

Commit

Permalink
Disable an unused hiddeninput to make screen fully usable
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Fantoni <[email protected]>
  • Loading branch information
Fantu committed Dec 21, 2015
1 parent b3c0d4b commit 53848b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<body>
<div id="testVdi"></div>
<input type="button" value="getStats" style="display:none;position:absolute;top:0px;right:0px;z-index:100;width:200px;height:200px;" id="getStats" />
<input type="text" id="hiddeninput" style="opacity:0;font-size: 60px;color:transparent"/>
<input type="text" id="hiddeninput" style="display:none;opacity:0;font-size: 60px;color:transparent"/>
<div id="canvasSpace" style="display: none; height: 1024px"></div>
<div id="graphicDebug" style="display: none; background-color: white; font-family: Consolas,Lucida Console,Courier,mono">
<button id="clearButton" type="button" onclick="$(debugInfo).html('');">Clear</button>
Expand Down

0 comments on commit 53848b3

Please sign in to comment.