Searched refs:myAlert (Results 1 – 4 of 4) sorted by relevance
/plugin/pgn4web/pgn4web/ |
H A D | pgn-decoder.js | 30 if (typeof myAlert == "function") { myAlert(errorString); } 39 if (typeof myAlert == "function") { myAlert(errorString); }
|
H A D | pgn-encoder.js | 30 if (typeof myAlert == "function") { myAlert(errorString); }
|
H A D | pgn4web.js | 107 function myAlert(msg, fatalError, doNotPrompt) { function 1661 myAlert('error: unmodified PGN URL when not in live mode'); 1664 myAlert('error: no data received from PGN URL\n' + pgnUrl, true); 1666 myAlert('error: no games found at PGN URL\n' + pgnUrl, true); 1678 myAlert('error: failed reading PGN URL\n' + pgnUrl, true); 1808 myAlert('error: failed creating XMLHttpRequest for PGN URL\n' + pgnUrl, true); 1829 myAlert('error: failed sending XMLHttpRequest for PGN URL\n' + pgnUrl, true); 1944 myAlert('error: missing PGN URL location and pgnText object in the HTML file', true); 1954 myAlert('error: missing ' + textareaId + ' textarea object in the HTML file', true); 1973 myAlert('error: no games found in ' + textareaId + ' object in the HTML file'); [all …]
|
H A D | engine.js | 98 …myAlert("warning: analysis board unavailable for the " + gameVariant[currentGame] + " variant", tr…
|