Skip to content

Commit 815c1e4

Browse files
committed
A few minor cleanups for the beach closings page
1 parent 9b03cee commit 815c1e4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

beachHealth/beachClosings.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
<div ng-controller="myctrl" id="controllerId">
1616
<div class="row">
1717
</div>
18-
19-
<input ng-model="highchartsNG.title.text">
18+
2019
<button ng-click="showClosingsByDate()">Show Closings By Date</button>
2120
<button ng-click="showClosingsByBeach()">Show Closings By Beach</button>
22-
<button ng-click="swapChartType()">Line/Bar</button>
2321
<highchart id="chart1" config="highchartsNG"></highchart>
2422
</div>
2523
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h4 class="centerThis">
4444
In a world and country of water scarcity, Chicago is fortunate to
4545
set at the shores of almost 20% of the world's surface freshwater.<br>
4646
</h4><br>
47-
<a href="/beachHealth/index.html">
47+
<a href="/beachHealth/beachClosings.html">
4848
<button type="button" class="btn btn-primary center-block">Find Out More</button>
4949
</a>
5050
<h4 class="centerThis">

0 commit comments

Comments
 (0)