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-html.c
- Revision:
- 89:615fb951df69
- Parent:
- 87:c51478679090
- Child:
- 94:d7226b2c14b6
diff -r 2857259fc2b4 -r 615fb951df69 clock/http-clock-html.c
--- a/clock/http-clock-html.c Wed Apr 10 10:06:14 2019 +0000
+++ b/clock/http-clock-html.c Thu Apr 11 09:45:36 2019 +0000
@@ -74,9 +74,5 @@
PageAddAjaxLabelled("Program cycles max", "ajax-scan-max");
PageAddAjaxLabelled("Program cycles min", "ajax-scan-min");
- PageAddH2("Ajax");
- HttpAddText("<code id='ajax-headers'></code>\r\n");
- HttpAddText("<code id='ajax-response'></code>\r\n");
-
PageAddEnd();
}