summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2011-03-01 11:30:09 +0100
committerjasplin <qt-info@nokia.com>2011-03-01 11:30:09 +0100
commit06a12d7bdceddcca4e170fc2ddfc9f9f1b0a20e5 (patch)
tree5d9f55b6a5fbcfcb27db81a0caf25446163963aa /web
parent862cd1e81054d37eb5f34f13a91706e174769973 (diff)
Fixed bug: ensure proper radio button grouping.
Diffstat (limited to 'web')
-rw-r--r--web/getstats/rankings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/getstats/rankings.js b/web/getstats/rankings.js
index e871c0b..890165e 100644
--- a/web/getstats/rankings.js
+++ b/web/getstats/rankings.js
@@ -135,7 +135,7 @@ function populateRankingTable(
html += "<tr>"
- html += "<td><input type=\"radio\" onclick=\"" +
+ html += "<td><input type=\"radio\" name=\"currSelector\" onclick=\"" +
"clickBMRadioButton(this, '" + tableSel + "', '" +
database + "', '" + host + "', '" +
platform + "', '" + branch + "', '" +