Skip to content

Commit 055167a

Browse files
committed
Update loops pages
1 parent 3879675 commit 055167a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/loops/loops_ecoAPI.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

examples/loops/loops_inflationChecker.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)