Skip to content

Commit

Permalink
update zh ceval to sunsetter 9
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 4, 2016
1 parent ffaf15d commit 4a18768
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
path = public/visualizer
url = https://github.com/ornicar/chess_game_visualizer
[submodule "public/vendor/Sunsetter8"]
path = public/vendor/Sunsetter8
path = public/vendor/Sunsetter
url = https://github.com/niklasf/Sunsetter8
branch = js
[submodule "public/vendor/stockfish.pexe"]
Expand Down
1 change: 1 addition & 0 deletions public/vendor/Sunsetter
Submodule Sunsetter added at 6a27cf
1 change: 0 additions & 1 deletion public/vendor/Sunsetter8
Submodule Sunsetter8 deleted from 374424
2 changes: 1 addition & 1 deletion ui/analyse/src/ceval/cevalCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(possible, variant, emit) {
});
} else {
pool = makePool(sunsetterProtocol, {
asmjs: '/assets/vendor/Sunsetter8/sunsetter.js'
asmjs: '/assets/vendor/Sunsetter/sunsetter.js'
});
}

Expand Down

0 comments on commit 4a18768

Please sign in to comment.