added functions to check whether source or target exists,

readded routing button
This commit is contained in:
DennisSchiefer
2012-03-16 09:42:14 +01:00
parent 9c2a1dc37f
commit 6a9216d6e4
3 changed files with 13 additions and 6 deletions
+1 -4
View File
@@ -108,11 +108,8 @@ or see http://www.gnu.org/licenses/agpl.txt.
<table style="width:100%">
<tr>
<td> <a class="button not-selectable" id="gui-reset" onclick="resetRouting();">Reset</a></td>
<!--
<td class="center"> <a class="button not-selectable" id="gui-reverse" onclick="reverseRouting();">Reverse</a></td>
<td class="right"> <a class="button not-selectable" id="gui-route" onclick="startRouting();">Route</a></td>
-->
<td class="right"> <a class="button not-selectable" id="gui-reverse" onclick="centerRoute();">Reverse</a></td>
<td class="right"> <a class="button not-selectable" id="gui-route" onclick="centerRoute();">Route</a></td>
</tr>
</table>