Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 960192c

Browse files
Bgreen23Brandon Green
andauthoredFeb 26, 2021
Add array to control which section gets collapsed (#1372)
Co-authored-by: Brandon Green <brandon@shiftlabny.com>
1 parent ef58ce1 commit 960192c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎_templates/layout.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@
7373
src="https://www.facebook.com/tr?id=243028289693773&ev=PageView
7474
&noscript=1"/>
7575
</noscript>
76+
77+
<script type="text/javascript">
78+
var collapsedSections = [];
79+
</script>
80+
7681
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/795629140/?label=txkmCPmdtosBENSssfsC&amp;guid=ON&amp;script=0"/>
7782
{% endblock %}

0 commit comments

Comments
 (0)
Please sign in to comment.