diff --git a/index.html b/index.html
index 513d527..b56d7bf 100755
--- a/index.html
+++ b/index.html
@@ -49,6 +49,8 @@
$('button').corner('round 4px');
$('#box').corner('round bottom');
+ $('#root').focus();
+
$('#generate input').on('input', function() {
var root = $('#root').val();
var master = $('#master').val()