Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: net lpc1768 crypto clock web log
Diff: http-derived/home/http-home-script.inc
- Revision:
- 38:b7879c0ae0d9
- Parent:
- 34:d9586fc921dc
--- a/http-derived/home/http-home-script.inc Thu Feb 21 13:55:55 2019 +0000 +++ b/http-derived/home/http-home-script.inc Thu Feb 28 16:20:43 2019 +0000 @@ -163,8 +163,8 @@ "{\n" " ajax=new XMLHttpRequest();\n" " ajax.onreadystatechange=handleAjaxResponse;\n" -" if (request) ajax.open('GET', '/ajax-home' + '?' + request, true);\n" -" else ajax.open('GET', '/ajax-home' , true);\n" +" if (request) ajax.open('GET', '/home-ajax' + '?' + request, true);\n" +" else ajax.open('GET', '/home-ajax' , true);\n" " ajax.send();\n" "}\n" "function requestAjax() //Used in this script\n"