diff options
| author | Omar Rizwan <omar@omar.website> | 2024-01-30 18:44:48 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2024-01-30 18:44:48 +0000 |
| commit | 50c9d12686003806e6f43a63d58b4e41efd68d8b (patch) | |
| tree | 86f4a5335e30e0b646720af2bc1ba01c86362606 /virtual-programs | |
| parent | web-keyboards: Niceties (diff) | |
| download | folk-50c9d12686003806e6f43a63d58b4e41efd68d8b.tar.gz folk-50c9d12686003806e6f43a63d58b4e41efd68d8b.zip | |
web-keyboards: Print works
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/web-keyboards.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/web-keyboards.folk b/virtual-programs/web-keyboards.folk index 560186e7..6f18d962 100644 --- a/virtual-programs/web-keyboards.folk +++ b/virtual-programs/web-keyboards.folk @@ -10,7 +10,7 @@ When the keyboards are /keyboards/ { <dt>$kb</dt> <dd> <code id="$kb-presses"></code><br> - <button>Print</button> + <button onclick="send(`Assert web-keyboards wishes to print {Claim \$this is a keyboard with path $kb} with job id ` + String(Math.random()))">Print</button> </dd> } }] "\n"] </dl> |
