diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-23 17:31:56 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-23 17:31:56 +0100 |
commit | 1dd4d473bb136c607eeea3a2d655b3f56e5aeee8 (patch) | |
tree | 3c9c8999bc7e2e5af2e53f6485ac1f213f253cd4 /index.html | |
parent | 2fa2481829bda1f475c7f9681551631cb0ba6b4f (diff) |
Remove explicit "Hint" button
Hints are now generated for each tested program, and the user can press
a button to reveal the hints.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -345,7 +345,6 @@ <div class="col-lg-6 col-md-12 col-sm-12 block block2"> <div class="block-toolbar"> <button type="button" class="btn btn-default btn-plan" data-tkey="btn_plan">Plan</button> - <button type="button" class="btn btn-default ladda-button btn-hint" data-style="slide-up" data-spinner-color="blue"><span class="ladda-label" data-tkey="btn_hint">Hint</span></button> <button type="button" class="btn btn-default ladda-button btn-test" data-style="slide-up" data-spinner-color="blue"><span class="ladda-label" data-tkey="btn_test">Test</span></button> </div> <div class="code_editor"></div> @@ -384,7 +383,6 @@ <div class="col-lg-6 col-md-12 col-sm-12 block block2"> <div class="block-toolbar"> <button type="button" class="btn btn-default btn-plan" data-tkey="btn_plan">Plan</button> - <button type="button" class="btn btn-default ladda-button btn-hint" data-style="slide-up" data-spinner-color="blue"><span class="ladda-label" data-tkey="btn_hint">Hint</span></button> <button type="button" class="btn btn-default ladda-button btn-test" data-style="slide-up" data-spinner-color="blue"><span class="ladda-label" data-tkey="btn_test">Test</span></button> <button type="button" class="btn btn-default btn-run" data-tkey="btn_run">Run</button> <button type="button" class="btn btn-default btn-stop" data-tkey="btn_stop">Stop</button> |