Przeglądaj źródła

Focuses the enter display name field.

j8
hristoterezov 10 lat temu
rodzic
commit
a3886cc56c
3 zmienionych plików z 28610 dodań i 28601 usunięć
  1. 1
    1
      index.html
  2. 28608
    28600
      libs/app.bundle.js
  3. 1
    0
      modules/UI/UI.js

+ 1
- 1
index.html Wyświetl plik

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

+ 28608
- 28600
libs/app.bundle.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 0
modules/UI/UI.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz