Merge pull request #582 from dekimsey/set-focus-buttons

On window popup, focus the first text-field, if any.
This commit is contained in:
bootstraponline
2012-11-13 16:53:34 -08:00
@@ -233,6 +233,7 @@
$('#gollum-dialog-dialog').animate({ opacity: 1 }, {
duration: 500
});
$($('#gollum-dialog-dialog input[type="text"]').get(0)).focus();
}
});
}