summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');