Recoded it to not use the editor for the Second Chance page. The editor was not able to handle a download link (the link failed to work without a page refresh after clicking, and the download property of the link could not be set).

This commit is contained in:
Wynne Crisman
2020-11-16 19:15:49 -08:00
parent da36c139eb
commit 7766cd517b
12 changed files with 208 additions and 44 deletions

View File

@@ -29,11 +29,6 @@
<a href="{{pathFor 'DatesEditor'}}">
Important Dates
</a>
</li>
<li class="{{isActiveRoute 'SecondChanceEditor'}}">
<a href="{{pathFor 'SecondChanceEditor'}}">
Second Chance
</a>
</li>
<li class="{{isActiveRoute 'JrHighSummerEditor'}}">
<a href="{{pathFor 'JrHighSummerEditor'}}">

View File

@@ -4,7 +4,7 @@
<div id="page">
<div class="topBar">
<div class="logoLeft" onclick="{{pathFor 'Home'}}"></div>
<a href="{{ pathFor 'Home' }}"><div class="logoLeft"></div></a>
<div class="menuBar">
<div onmousedown="return false">
<a href="{{pathFor 'InternshipsEditor'}}"><li class="fa fa-key theKey" aria-hidden="true"></li></a>