update zh ceval to sunsetter 9

pull/2301/head
Niklas Fiekas 2016-10-04 16:01:58 +02:00
parent ffaf15d918
commit 4a18768ff8
4 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -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"]

1
public/vendor/Sunsetter vendored 160000

@ -0,0 +1 @@
Subproject commit 6a27cf2b2fb819f22378462927a929a4c012c454

@ -1 +0,0 @@
Subproject commit 3744246dd1edcb061228030247887ab86f0153cc

View File

@ -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'
});
}