Skip to content
Snippets Groups Projects
Verified Commit 996b26ad authored by Owen Graham's avatar Owen Graham
Browse files

Move visualize button outside of controls block

parent 2fb08f8c
No related branches found
No related tags found
No related merge requests found
...@@ -71,9 +71,10 @@ ...@@ -71,9 +71,10 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
<input id="visualize" type="submit" value="Visualize">
</form> </form>
<input id="visualize" form="controls" type="submit" value="Visualize">
<div id="visualization"> <div id="visualization">
<div id="plot"> <div id="plot">
{% if g.selection_complete %} {% if g.selection_complete %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment