From d10866be04d45fc73eddce0ec7005161e69e97a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= <aless@guru.si> Date: Wed, 16 Sep 2015 11:37:52 +0200 Subject: Removed the "run" and "break" buttons. Removed commented-out code from prolog and python handlers. --- index.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index fb8342a..0f5105d 100644 --- a/index.html +++ b/index.html @@ -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> -- cgit v1.2.1