X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fjs%2Fchessboard-0.3.0.js;h=e15ab00ff5d57b2d3ed61c6c683967e7f3b564b2;hb=2bd99f9e2e92e22e24c3f43baf048cd85889235d;hp=2ad6f44c5b9215bc88b4a92b59d9e5b9604262ef;hpb=186934b70a80a776361659bea9e5478183e3aed5;p=remoteglot diff --git a/www/js/chessboard-0.3.0.js b/www/js/chessboard-0.3.0.js index 2ad6f44..e15ab00 100644 --- a/www/js/chessboard-0.3.0.js +++ b/www/js/chessboard-0.3.0.js @@ -768,7 +768,7 @@ function animateSparePieceToSquare(piece, dest, completeFn) { duration: cfg.moveSpeed, complete: complete }; - $(animatedPieceEl).animate(destOffset, opts); + //$(animatedPieceEl).animate(destOffset, opts); } function fadeIn(piece, onFinish) { @@ -1141,7 +1141,7 @@ function trashDraggedPiece() { // hide the dragged piece // FIXME: support this for non-jquery - $(draggedPieceEl).fadeOut(cfg.trashSpeed); + //$(draggedPieceEl).fadeOut(cfg.trashSpeed); // set state DRAGGING_A_PIECE = false;