From fc1f4c662bb4a6b332dfa209030e8576c69d3a56 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Sat, 31 Mar 2012 06:02:32 +0000 Subject: [PATCH] League ordering and extra league information. --- gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js index 6fa46beeb..7db23cb41 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js @@ -67,8 +67,8 @@ var LeagueResultsUI = Class.extend({ var serieText = serieName + " - " + this.getDateString(serieStart) + " to " + this.getDateString(serieEnd); tabContent.append("

" + serieText + "

"); - tabContent.append("
Format: " + ((limited == "true") ? "Limited" : "Constructed") + " " + format + "
"); - tabContent.append("
Collection: " + collection + "
"); + tabContent.append("
Format: " + ((limited == "true") ? "Limited" : "Constructed") + " " + format + "
"); + tabContent.append("
Collection: " + collection + "
"); tabContent.append("
Maximum ranked matches in serie: " + maxMatches + "
");