mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-20 11:26:54 +00:00
fix
This commit is contained in:
parent
4056870acc
commit
b9daf667c3
@ -918,7 +918,7 @@ let Lobby = Backbone.View.extend({
|
||||
this.$el.find("#deckChoice option[value='" + val + "']").attr("selected", "selected")*/
|
||||
localStorage["userName"] = this.app.user.get("name");
|
||||
/*this.render();*/
|
||||
this.$el.find(".field-username").val(this.app.user.get("name"));
|
||||
this.$el.find(".name-input").val(this.app.user.get("name"));
|
||||
},
|
||||
changeName: function(e){
|
||||
let name = $(e.target).val();
|
||||
|
@ -67,7 +67,7 @@
|
||||
|
||||
<div class="container-form-landing">
|
||||
|
||||
<input type="text" placeholder="Username" class="field-session field-username" autofocus value="{{name}}">
|
||||
<input type="text" placeholder="Username" class="field-session field-username name-input" autofocus value="{{name}}">
|
||||
|
||||
<select id="deckChoice" class="field-session">
|
||||
<option value="random">Deck: Random</option>
|
||||
|
Loading…
Reference in New Issue
Block a user