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.
Dependents: oldheating gps motorhome heating
Diff: clock/http-clock-script.inc
- Revision:
- 46:1822fdbe6c0c
- Parent:
- 40:1dc51ae32787
- Child:
- 77:4689596a2f3f
--- a/clock/http-clock-script.inc Thu Feb 21 21:08:42 2019 +0000
+++ b/clock/http-clock-script.inc Mon Feb 25 20:58:16 2019 +0000
@@ -160,8 +160,8 @@
"{\n"
" ajax=new XMLHttpRequest();\n"
" ajax.onreadystatechange=handleAjaxResponse;\n"
-" if (request) ajax.open('GET', '/ajax-clock' + '?' + request, true);\n"
-" else ajax.open('GET', '/ajax-clock' , true);\n"
+" if (request) ajax.open('GET', '/clock-ajax' + '?' + request, true);\n"
+" else ajax.open('GET', '/clock-ajax' , true);\n"
" ajax.send();\n"
"}\n"
"function requestAjax() //Used in this script\n"