Skip to content

Commit

Permalink
Created new 'Get All Countries' button but hiding until implemented; …
Browse files Browse the repository at this point in the history
…TODO: IMPLEMENT 'Get All Countries' BUTTON
  • Loading branch information
TPS23 committed Oct 27, 2017
1 parent 11a301d commit 7e047de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/country_selector.scala.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="form-group horizontal-padding">
<label for="country">Country</label>
<button class="btn btn-sm btn-default" id="get-all-countries">Get All Countries</button>
<button hidden class="btn btn-sm btn-default" id="get-all-countries">Get All Countries</button>

<select id="country" class="form-control">
<option disabled selected value="-1">(not selected)</option>
Expand Down

0 comments on commit 7e047de

Please sign in to comment.