Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
88:2857259fc2b4
Parent:
86:f3c9beec4ee7
Child:
89:615fb951df69
--- a/net/http-net6-ajax.c	Mon Apr 08 12:47:59 2019 +0000
+++ b/net/http-net6-ajax.c	Wed Apr 10 10:06:14 2019 +0000
@@ -8,7 +8,7 @@
 void HttpNet6Ajax()
 {
     HttpOk("text/plain; charset=UTF-8", "no-cache", NULL, NULL);
-    Ar6SendHttp();
+    Ar6SendAjax();
     HttpAddChar('\f');
-    Nr6SendHttp();
+    Nr6SendAjax();
 }