mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Move Menu button of the about page up
This commit is contained in:
parent
5ccf73695e
commit
335d0509b4
@ -608,8 +608,9 @@ static void webHandleAbout()
|
||||
String httpMessage((char*)0);
|
||||
httpMessage.reserve(HTTP_PAGE_SIZE);
|
||||
|
||||
httpMessage += "<div id='doc'></div><script>window.addEventListener('load', about());</script>";
|
||||
httpMessage += "<div id='lic'></div>";
|
||||
httpMessage += FPSTR(MAIN_MENU_BUTTON);
|
||||
httpMessage += "<div id='pkg'></div><script>window.addEventListener('load', about());</script>";
|
||||
|
||||
webSendHeader(haspDevice.get_hostname(), httpMessage.length(), false);
|
||||
webServer.sendContent(httpMessage);
|
||||
|
Loading…
x
Reference in New Issue
Block a user