"Correction in Ajax blah"

This commit is contained in:
Doug Le Tough 2017-11-26 09:58:45 +01:00
parent 1aba845ee1
commit 1e33939bec
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<article class='right'>
<h3>Get value from AJAX</h3>
<p>Get a random value from the application.</p>
<p>Value may randomly be unavailable which will raise an error so you should try it more than once.</p>
<p>Randomly raises a voluntary error so you should try it more than once.</p>
<input type='text' id='value_receiver'>
<input type='button' value="Try me" onclick='javascript:get_value_from_ajax(document.getElementById("value_receiver"), "/get_value_from_ajax", "TETA_ERR");'>
</article>