diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js index fcc3aa4f8..0ac427fac 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/hallUi.js @@ -69,7 +69,7 @@ var GempLotrHallUI = Class.extend({ this.pocketDiv.css({"float":"right", width:95, height:18}); this.buttonsDiv.append(this.pocketDiv); - this.supportedFormatsSelect = $(""); + this.supportedFormatsSelect = $(""); this.supportedFormatsSelect.hide(); this.createTableButton = $(""); @@ -91,7 +91,7 @@ var GempLotrHallUI = Class.extend({ this.decksSelect = $(""); this.decksSelect.hide(); - this.timerSelect = $(""); + this.timerSelect = $(""); this.addTimer("default", "Default Speed (80m/5m)"); this.addTimer("blitz", "Blitz! (30m/2m)"); this.addTimer("slow", "Slow (2h/10m)"); @@ -742,4 +742,4 @@ var GempLotrHallUI = Class.extend({ }, 100); } } -}); \ No newline at end of file +});