Fix moveList + progress on game navigation system
[vchess.git] / public / javascripts / variant.js
index 74c4298..f074bae 100644 (file)
@@ -12,7 +12,7 @@ new Vue({
                userColor: "w",
 
                allowChat: false,
-               allowMovelist: false,
+               allowMovelist: true,
                fen: V.GenRandInitFen(),
        },
        created: function() {