diff options
| author | Uri Shaked | 2020-03-22 10:28:31 +0200 |
|---|---|---|
| committer | GitHub | 2020-03-22 10:28:31 +0200 |
| commit | 87ef2c22913dbf07bbe4c10c6ea249a6dfa4b42c (patch) | |
| tree | 7a4e2df1ca890141623353702dc875f850174ba6 /demo/src/index.html | |
| parent | Merge pull request #19 from gfeun/main-execute-loop-optimization (diff) | |
| parent | feat(demo): saving user history (diff) | |
| download | avr8js-87ef2c22913dbf07bbe4c10c6ea249a6dfa4b42c.tar.gz avr8js-87ef2c22913dbf07bbe4c10c6ea249a6dfa4b42c.tar.bz2 avr8js-87ef2c22913dbf07bbe4c10c6ea249a6dfa4b42c.zip | |
Merge pull request #25 from LironHazan/AVR8JS-24-editor-user-history
feat(demo): saving user history
Diffstat (limited to 'demo/src/index.html')
| -rw-r--r-- | demo/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/src/index.html b/demo/src/index.html index 99b1c84..332ccb3 100644 --- a/demo/src/index.html +++ b/demo/src/index.html @@ -17,6 +17,7 @@ <div class="toolbar"> <button id="run-button">Run</button> <button id="stop-button" disabled>Stop</button> + <button id="revert-button">Back to LEDS example</button> <div class="spacer"></div> <div id="status-label"></div> </div> |
