1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-12-11 18:23:07 +00:00
This commit is contained in:
exane
2015-07-04 22:00:45 +02:00
parent 4056870acc
commit b9daf667c3
2 changed files with 2 additions and 2 deletions

View File

@@ -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();