X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=f78078fe938048fab75e6089510bbeeab36f3342;hb=d284510fe7ae451b5936920eb42684db205830c6;hp=73f14efb91405aada6adb0200dc509df4ee774e0;hpb=6b14201d0e53d8f8660d861cc913cfc83f013173;p=remoteglot diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 73f14ef..f78078f 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -1994,7 +1994,8 @@ var explore_hash = function(fen) { const signal = current_analysis_xhr.signal; fetch(backend_hash_url + "?fen=" + fen, { signal }) .then((response) => response.json()) - .then((data) => { show_explore_hash_results(data, fen); }); + .then((data) => { show_explore_hash_results(data, fen); }) + .catch((err) => {}); } /** Process the JSON response from a hash probe request.