Skip to content
Snippets Groups Projects

Resolve "Interface of visualization"

Merged Alexis POYEN requested to merge 54-interface-of-visualization into master
2 files
+ 19
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,6 +27,20 @@ class ResultComponent {
</li>
</ul>
</div>
<div class="control filter">
<label class="radio">
<input type="radio" name="answer" checked />
Partiel
</label>
<label class="radio">
<input type="radio" name="answer" />
Complété
</label>
<label class="radio">
<input type="radio" name="answer" />
Validé
</label>
</div>
`;
this.handleDom();
document.getElementById("areas").click();
Loading