]> git.sesse.net Git - remoteglot-book/commitdiff
Fix an inconsistency between the UI and the actual behavior of transpositions when...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 May 2016 22:15:37 +0000 (00:15 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 May 2016 22:15:37 +0000 (00:15 +0200)
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();