diff options
| -rwxr-xr-x | html/jspage.pl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/html/jspage.pl b/html/jspage.pl index f7c0f0f..d6e4167 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -94,13 +94,14 @@ ${unfinishedpara} <a id="permalink-seed">by random seed</a> </p> </div> +</div> <div id="apology"> -Sorry, this Javascript puzzle doesn't seem to work on your web +Sorry, this Javascript puzzle doesn't seem to work in your web browser. Perhaps you have Javascript disabled, or perhaps your browser -doesn't provide a feature they depend on. These puzzles have been -successfully run in Firefox 19, Chrome 26, Internet Explorer 10 and -Safari 6. -</div> +doesn't provide a feature that the puzzle code requires (such as +<a href="https://developer.mozilla.org/en-US/docs/JavaScript/Typed_arrays">typed arrays</a>). +These puzzles have been successfully run in Firefox 19, Chrome 26, +Internet Explorer 10 and Safari 6. </div> <hr> |