Bugs fixing attempt
[xogo.git] / app.js
diff --git a/app.js b/app.js
index c0c74c0..79aa6e0 100644 (file)
--- a/app.js
+++ b/app.js
@@ -516,7 +516,7 @@ function initializeGame(obj) {
           </g>
         </svg>
       </div>
-      <div class="resizeable chessboard"></div>`;
+      <div class="chessboard"></div>`;
     vr = new V({
       seed: obj.seed, //may be null if FEN already exists (running game)
       fen: obj.fen,