Focuses the enter display name field.

This commit is contained in:
hristoterezov 2015-07-15 13:31:39 -05:00
parent b22ddea71c
commit a3886cc56c
3 changed files with 19382 additions and 19373 deletions

View File

@ -22,7 +22,7 @@
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
<script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
<script src="interface_config.js?v=5"></script>
<script src="libs/app.bundle.js?v=103"></script>
<script src="libs/app.bundle.js?v=104"></script>
<script src="analytics.js?v=1"></script><!-- google analytics plugin -->
<link rel="stylesheet" href="css/font.css?v=7"/>
<link rel="stylesheet" href="css/toastr.css?v=1">

File diff suppressed because it is too large Load Diff

View File

@ -65,6 +65,7 @@ function promptDisplayName() {
function () {
var form = $.prompt.getPrompt();
var input = form.find("input[name='displayName']");
input.focus();
var button = form.find("button");
button.attr("disabled", "disabled");
input.keyup(function () {