File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ <h1>ECO API - <span style="color: #86d0bb">loops</span></h1>
181181 < input class ="countryInput " type ="text " placeholder ="e.g. fra " maxlength ="3 ">
182182 </ div >
183183 < button class ="btn " id ="addCountryButton " onclick ="addInputBox() "> Add country</ button >
184+ <!-- Add button to reveal available countries -->
185+ < button class ="btn " id ="revealAvailableCountriesButton " onclick ="revealAvailableCountries() "> Available countries</ button >
184186 </ section >
185187 </ div >
186188
Original file line number Diff line number Diff line change @@ -163,8 +163,6 @@ <h1>Inflation checker - <span style="color: #86d0bb">loops</span></h1>
163163 < input class ="countryInput " type ="text " placeholder ="e.g. fra " maxlength ="3 ">
164164 </ div >
165165 < button class ="btn " id ="addCountryButton " onclick ="addInputBox() "> Add country</ button >
166- <!-- Add button to reveal available countries -->
167- < button class ="btn " id ="revealAvailableCountriesButton " onclick ="revealAvailableCountries() "> Available countries</ button >
168166 </ section >
169167 </ div >
170168
You can’t perform that action at this time.
0 commit comments