Remove ToggleList

This commit is contained in:
George Drummond
2019-04-22 10:02:00 -04:00
parent 4b03845717
commit cac7679fb2
3 changed files with 36 additions and 40 deletions

View File

@@ -9,12 +9,6 @@
</span>
{% endmacro %}
{% macro ToggleList(item_name, item_type, length) %}
<div>
{{ caller() }}
</div>
{% endmacro %}
{% macro ToggleSection(section_name) %}
<div v-show="selectedSection === '{{ section_name }}'">
{{ caller() }}