From 904257a6571c948d6501a46ea449107a60b0a4e3 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 9 Dec 2012 19:24:31 -0800 Subject: [PATCH 1/1] BUGFIX: fix disable of prev/next button in trick selector --- js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.25.1