Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

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();
 }