Skip to content

Commit

Permalink
Change event handler in Select Parameter
Browse files Browse the repository at this point in the history
Check #6 for details.
  • Loading branch information
MrSpiffyClean authored May 8, 2020
1 parent ea87301 commit d8ff933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1><a href="https://aatishb.com/covidtrends">Covid Trends</a></h1>
<div>
<h2>Customize</h2>
<label for="selectedData">Select Parameter</label>
<select @change="createURLFromChange" id="selectedData" v-model="selectedData" @mousedown="pause">
<select @change="createURLFromRegion" id="selectedData" v-model="selectedData" @mousedown="pause">
<option v-for="d in dataTypes" v-bind:value="d">
{{ d }}
</option>
Expand Down

0 comments on commit d8ff933

Please sign in to comment.