Skip to content

Commit

Permalink
Closes #333 - Negative disability feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
reekypete committed Jul 24, 2017
1 parent 1cabb8a commit 6d92b18
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,14 @@ <h1 tabindex="-1">Find a school</h1>
</div><!-- /.row -->

<p class="disclaimer lesser-text">Information subject to change; by using this, you agree to our <a href="https://education.nsw.gov.au/going-to-a-public-school/finding-a-public-school/terms-of-use" target="_blank">terms of use</a>.</p>
</div>

<p class="disclaimer lesser-text"><a id="specialist-support-click" href="javascript:return false">Information for specialist support</a></p>
<div id="specialist-support-info" style="display:none">
<p class="disclaimer lesser-text least-text">The department provides a range of specialist support classes in regular and special schools. Access to these classes is through a separate placement panel process. Parents and carers wanting to enrol their child in a specialist support class should use the School Finder to locate their local public school and contact the principal directly. The principal will provide advice about the process to seek enrolment in a specialist support class.</p>
<p class="disclaimer lesser-text least-text">Information about this process is available at <a href="https://education.nsw.gov.au/disability-learning-and-support/programs-and-services" target="_blank">Programs and Services</a>. For the current list of regular and special schools with specialist support classes, visit the <a href="https://data.cese.nsw.gov.au/data/dataset/specialist-support-classes-by-school-and-support-needs-type" target="_blank">Datahub.</a></p>
</div>

</div>
<div class="jumbotron block-address">
<h1>I live at:</h1>
<p class="lead">Please provide your home address<sup>*</sup> to see your local school:</p>
Expand Down
4 changes: 4 additions & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ app = app || {};
app.findByName(inputText);
}));

$('#specialist-support-click').click(function(){
$('#specialist-support-info').toggle()
});

// $("#address").keyup(function (event) {
// if (event.keyCode === 13) {
// app.util.log("keyup on #address, fake clicking #button-search-address");
Expand Down

0 comments on commit 6d92b18

Please sign in to comment.