From 3331f721b0cc1de8f3cf7682ffbcf9c6f083ca76 Mon Sep 17 00:00:00 2001 From: MaxineMuster <146550015+MaxineMuster@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:00:46 +0100 Subject: [PATCH] Try no state request on pages with no "state" div (#1464) * Try no state request on pages with no "state" div * move test for psence of "state" div --- src/httpserver/new_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/httpserver/new_http.c b/src/httpserver/new_http.c index 97ea7d76f..f5ea1c055 100644 --- a/src/httpserver/new_http.c +++ b/src/httpserver/new_http.c @@ -265,8 +265,8 @@ void http_html_start(http_request_t* request, const char* pagename) { } -const char pageScriptPart1[] = "";