aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.2/src/hide.js
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2012-11-02 17:45:39 +0000
committercassiopc <cassiopc@gmail.com>2012-11-02 17:45:39 +0000
commit0843815a126c9f0282113592e54b17e5823624d2 (patch)
treed346f0f3a5e291ff7170f5261c07affb29e1f2e3 /boca-1.5.2/src/hide.js
parentf332739571d7929d97b0e503b1160d61d557fcfc (diff)
downloadboca-0843815a126c9f0282113592e54b17e5823624d2.tar.gz
boca-0843815a126c9f0282113592e54b17e5823624d2.zip
small score visualization bug fix; sort of score files to produce the most recent score bug fix
Diffstat (limited to 'boca-1.5.2/src/hide.js')
-rw-r--r--boca-1.5.2/src/hide.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/boca-1.5.2/src/hide.js b/boca-1.5.2/src/hide.js
index beaa84e..6f27fd2 100644
--- a/boca-1.5.2/src/hide.js
+++ b/boca-1.5.2/src/hide.js
@@ -21,7 +21,7 @@ elem.className = s;
function toggleGroup(n) {
//alert(n);
var currentClass = document.getElementById("myscoretable");
- for (var i=1; i<20; i++) {
+ for (var i=1; i<999; i++) {
modifyClassName(currentClass,true,"sitehide"+i);
}
modifyClassName(currentClass,false,"sitehide"+n);