Home
last modified time | relevance | path

Searched refs:myAlert (Results 1 – 4 of 4) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn-decoder.js30 if (typeof myAlert == "function") { myAlert(errorString); }
39 if (typeof myAlert == "function") { myAlert(errorString); }
H A Dpgn-encoder.js30 if (typeof myAlert == "function") { myAlert(errorString); }
H A Dpgn4web.js107 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 Dengine.js98myAlert("warning: analysis board unavailable for the " + gameVariant[currentGame] + " variant", tr…