docs tweak

This commit is contained in:
Gordon Williams 2024-03-13 10:42:52 +00:00
parent f322090963
commit 39f7f1a556
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
* Contains JavaScript function just for the Dickens smartwatch
* ----------------------------------------------------------------------------
*/
/* DO_NOT_INCLUDE_IN_DOCS - this is a special token for common.py */
#include "jswrap_dickens.h"
#include "jswrap_graphics.h"

View File

@ -607,6 +607,7 @@ var mainmenu = {
"A Number" : {
value : number,
min:0,max:100,step:10,
// noList : true, // On Bangle.js devices this forces use of the number-chooser (and not a scrolling list)
onchange : v => { number=v; }
},
"Exit" : function() { E.showMenu(); }, // remove the menu