Skip to content

Commit

Permalink
add version indicator for flush function
Browse files Browse the repository at this point in the history
  • Loading branch information
bricaud authored Sep 4, 2020
1 parent a75a01e commit babed10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphexp.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="header-heading">Graph Explorer v 0.6</h1>
<button onclick="addVertexForm()" style="height:25px; width:150px" > Add Vertex </button><br>
<button onclick="editVertexForm()" style="height:25px; width:150px" > Edit Vertex </button><br>
<button onclick="addEditEdgeForm()" style="height:25px; width:150px" > Add/Edit Edge </button><br>
<button onclick="flush()" style="height:25px; width:150px" > Flush </button><br>
<button onclick="flush()" style="height:25px; width:150px" > Flush (v3.x) </button><br>
</div>

<div class="nav input_unit_container", id="addVertexForm" style="display:none;">
Expand Down

0 comments on commit babed10

Please sign in to comment.