]> git.sesse.net Git - remoteglot-book/blobdiff - www/js/book.js
Fix an inconsistency between the UI and the actual behavior of transpositions when...
[remoteglot-book] / www / js / book.js
index 2cbbcec6dc00fe1df7a2439c6d845c670373dddc..e4c3ce159dc238ff759e5711bfb989d07a7197ce 100644 (file)
@@ -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();