summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-12-09 19:24:31 -0800
committerArun Persaud <arun@nubati.net>2012-12-09 19:24:31 -0800
commit904257a6571c948d6501a46ea449107a60b0a4e3 (patch)
treeae5ba355a4e4f47d0477ade5d617e42eda8635d2
parent2b490bf8470689c643ed7e3f8ad452cf8cfd48f1 (diff)
downloade-DoKo-904257a6571c948d6501a46ea449107a60b0a4e3.tar.gz
e-DoKo-904257a6571c948d6501a46ea449107a60b0a4e3.tar.bz2
e-DoKo-904257a6571c948d6501a46ea449107a60b0a4e3.zip
BUGFIX: fix disable of prev/next button in trick selector
-rw-r--r--js/game.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/game.js b/js/game.js
index b0f5f5f..82ec54d 100644
--- a/js/game.js
+++ b/js/game.js
@@ -18,7 +18,7 @@ function hl(num) {
if(document.getElementById("tricks13"))
max=13;
else
- min=12;
+ max=12;
if(current==min)
$("#prevtr").addClass('disabled');