diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-16 11:37:52 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-16 11:37:52 +0200 |
commit | d10866be04d45fc73eddce0ec7005161e69e97a2 (patch) | |
tree | 40e73cbf3e44c6b41926010d29e9b3025becaee0 /index.html | |
parent | fc502942d67e9d9854a2ef5a67dcadd831a75b28 (diff) |
Removed the "run" and "break" buttons. Removed commented-out code from prolog and python handlers.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -89,8 +89,6 @@ <div class="col-lg-3 col-md-6 col-sm-12 block"> <nav class="navbar navbar-default" id="block-toolbar"> <div class="container-fluid"> - <button type="button" class="btn btn-default navbar-btn" id="btn_code_run">Run</button> - <button type="button" class="btn btn-default navbar-btn" id="btn_code_break">Break</button> <button type="button" class="btn btn-default navbar-btn" id="btn_code_hint">Hint</button> <button type="button" class="btn btn-default navbar-btn" id="btn_code_test">Test</button> </div> |