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>
state = load_level( levels, 0 );
start_loop( "#blackboard", state );
$("#blackboard").focus();
</script>
</body>
</html>