set focus

This commit is contained in:
Gwenhael Le Moine 2011-07-04 16:43:20 +02:00
parent 424a25cb26
commit dfba38b71b

View file

@ -50,6 +50,7 @@
<script> <script>
state = load_level( levels, 0 ); state = load_level( levels, 0 );
start_loop( "#blackboard", state ); start_loop( "#blackboard", state );
$("#blackboard").focus();
</script> </script>
</body> </body>
</html> </html>