Skip to content

Commit

Permalink
Fixed threshold picker typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwfcurry authored Aug 10, 2021
1 parent 055acfb commit 5a591cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function createSlider(channel_name) {
"<div class='overlay-content w3-container w3-padding-small w3-animate-opacity w3-grey w3-center'>"+
"<span>Threshold</span><br>"+
"<select id='"+channel_name+"_selector' onchange='thresholdSelect(\""+channel_name+"\",this.value)'>"+
"<option value='4'>Evertyhing</option>"+
"<option value='4'>Everything</option>"+
"<option value='3'>Fluff</option>"+
"<option value='2'>Important</option>"+
"<option value='1'>Critical</option>"+
Expand Down Expand Up @@ -174,4 +174,4 @@ function main() {
window.requestAnimationFrame(step);
}
window.requestAnimationFrame(step);
}
}

0 comments on commit 5a591cb

Please sign in to comment.