From: Steinar H. Gunderson Date: Sun, 29 May 2016 22:15:37 +0000 (+0200) Subject: Fix an inconsistency between the UI and the actual behavior of transpositions when... X-Git-Url: https://git.sesse.net/?p=remoteglot-book;a=commitdiff_plain;h=d5eb7ba15c97e53ac1f2a72af402f9244b14e4ea Fix an inconsistency between the UI and the actual behavior of transpositions when leaving practice mode. --- 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();