diff --git a/js/client-mainmenu.js b/js/client-mainmenu.js index 3bd1686d4..5c67526ae 100644 --- a/js/client-mainmenu.js +++ b/js/client-mainmenu.js @@ -922,7 +922,7 @@ var $teamButton = this.sourceEl.closest('form').find('button[name=team]'); if ($teamButton.length) $teamButton.replaceWith(app.rooms[''].renderTeams(format)); } - this.sourceEl.val(format).html(Tools.escapeFormat(format)); + this.sourceEl.val(format).html(Tools.escapeFormat(format) || '(Select a format)'); this.close(); } diff --git a/js/client-rooms.js b/js/client-rooms.js index b8ce20925..52242b7ad 100644 --- a/js/client-rooms.js +++ b/js/client-rooms.js @@ -120,7 +120,7 @@ this.$el.addClass('ps-room-light').addClass('scrollable'); var buf = '
'; - buf += '
Loading...