diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 12:50:22 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 12:50:22 +0200 |
commit | bbf24a5858d2d3549c9c85b6f25e926e070a7e1d (patch) | |
tree | 7f1b16535e5a6a6ea035ecf4601ec2cb580244f6 /index.html | |
parent | 298ab560e8c599dfaf4829eb1426c6642a823122 (diff) |
Remove unused field for robot's IP
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -250,7 +250,6 @@ <button type="button" class="btn btn-default navbar-btn btn-plan">Plan</button> <button type="button" class="btn btn-default navbar-btn btn-hint">Hint</button> <button type="button" class="btn btn-default navbar-btn btn-run">Run</button> - <input type="text" id="robot_ip" placeholder="Robot's IP"></input> <button type="button" class="btn btn-default navbar-btn btn-stop">Stop</button> </div> </nav> |