diff --git a/client/js/client.js b/client/js/client.js index e3db4b2..caa9fab 100644 --- a/client/js/client.js +++ b/client/js/client.js @@ -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(); diff --git a/client/templates/lobby.handlebars b/client/templates/lobby.handlebars index bf7de84..b285399 100644 --- a/client/templates/lobby.handlebars +++ b/client/templates/lobby.handlebars @@ -67,7 +67,7 @@
- +