From d5eb7ba15c97e53ac1f2a72af402f9244b14e4ea Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 30 May 2016 00:15:37 +0200 Subject: [PATCH] Fix an inconsistency between the UI and the actual behavior of transpositions when leaving practice mode. --- www/js/book.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/book.js b/www/js/book.js index 2cbbcec..e4c3ce1 100644 --- a/www/js/book.js +++ b/www/js/book.js @@ -472,6 +472,7 @@ var set_practice = function(value) { $("#stats").hide(); $("#practiceoutput").show(); document.getElementById("includetransp").checked = false; + set_includetransp(false); } else { $("#stats").show(); $("#practiceoutput").hide(); -- 2.39.2