mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-23 19:36:53 +00:00
fix class field-username
This commit is contained in:
parent
b353293af5
commit
3fa900f22b
@ -918,7 +918,7 @@ let Lobby = Backbone.View.extend({
|
|||||||
this.$el.find("#deckChoice option[value='" + val + "']").attr("selected", "selected")*/
|
this.$el.find("#deckChoice option[value='" + val + "']").attr("selected", "selected")*/
|
||||||
localStorage["userName"] = this.app.user.get("name");
|
localStorage["userName"] = this.app.user.get("name");
|
||||||
/*this.render();*/
|
/*this.render();*/
|
||||||
this.$el.find(".name-input").val(this.app.user.get("name"));
|
this.$el.find(".field-username").val(this.app.user.get("name"));
|
||||||
},
|
},
|
||||||
changeName: function(e){
|
changeName: function(e){
|
||||||
let name = $(e.target).val();
|
let name = $(e.target).val();
|
||||||
|
Loading…
Reference in New Issue
Block a user