Revert "minor fixes"

This reverts commit e4fb777e31.
This commit is contained in:
Ilya Kantor 2020-02-08 21:00:32 +00:00
parent e4fb777e31
commit d6035ee890

View file

@ -121,7 +121,7 @@ The first idea may be to assign a separate handler to each button. But there's a
The handler reads the attribute and executes the method. Take a look at the working example:
```html autorun height=60 run untrusted
```html autorun height=60 run
<div id="menu">
<button data-action="save">Save</button>
<button data-action="load">Load</button>