Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MinePlugins authored Jan 17, 2019
1 parent 5673a20 commit 0120bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<a href="/" class="item">Page d'accueil</a>
<div class="ui category search item">
<div class="ui transparent icon input">
<input id="city" class="prompt" type="text" placeholder="Ville...">
<i class="search link icon" onkeypress="runScript(event)" onclick="runSub();"></i>
<input id="city" class="prompt" type="text" placeholder="Ville..." onkeypress="return runScript(event)">
<i class="search link icon" onclick="runSub();"></i>
</div>
<div class="results"></div>
</div>
Expand Down Expand Up @@ -195,4 +195,4 @@ <h4>Température : <strong id="temperature"></strong><i class="thermometer icon"

</script>
</body>
</html>
</html>

0 comments on commit 0120bb2

Please sign in to comment.