diff options
Diffstat (limited to 'Base/res/html/misc/button.html')
-rw-r--r-- | Base/res/html/misc/button.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/res/html/misc/button.html b/Base/res/html/misc/button.html index 54bb8a257b..f48af972da 100644 --- a/Base/res/html/misc/button.html +++ b/Base/res/html/misc/button.html @@ -6,6 +6,9 @@ <input type=button id=button2 name=hp value="Option 2"> <label for=button2>No, Press Me!</label> <br /> + <input type=button id=button3 name=hp value="Option 3" disabled> + <label for=button3>You'll never get this!</label> + <br /> <div style="display: inline-block;"> <pre>Last pressed: <span id=last></span></pre> </div> |