diff options
| -rwxr-xr-x | html/jspage.pl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/html/jspage.pl b/html/jspage.pl index 8a63229..2a1af66 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -354,10 +354,8 @@ ${unfinishedpara} </ul></form> <div align=center> <div id="resizable"> - <canvas id="puzzlecanvas" width="1px" height="1px" tabindex="0"> - </canvas> - <div id="statusbar"> - </div> + <canvas id="puzzlecanvas" tabindex="0"></canvas> + <div id="statusbar"></div> </div> <p> Link to this puzzle: |