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: page/page.c
- Revision:
- 90:9cc77a16b6c5
- Parent:
- 86:f3c9beec4ee7
- Child:
- 91:9a125082f53c
--- a/page/page.c Thu Apr 11 09:45:36 2019 +0000
+++ b/page/page.c Thu Apr 11 11:01:12 2019 +0000
@@ -170,7 +170,7 @@
{
HttpAddText("<div class='line'>\r\n");
HttpAddF (" <div>%s</div>\r\n", label);
- HttpAddF (" <div class='toggle' id='%s' dir='ltr' onclick='AjaxRequest(\"%s=1\")'>\r\n", id, name);
+ HttpAddF (" <div class='toggle' id='%s' tabindex='0' dir='ltr' onclick='AjaxRequest(\"%s=1\")' onkeydown='return event.keyCode != 13 || AjaxRequest(\"%s=1\")'>\r\n", id, name, name);
HttpAddText(" <div class='slot'></div><div class='knob'></div>\r\n");
HttpAddText(" </div>\r\n");
HttpAddText("</div>\r\n");