Skip to content
Snippets Groups Projects
Commit 6b822221 authored by Winnie's avatar Winnie
Browse files

Minor fixed

- fixed spelling
- removed alert()
parent ceddcee2
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ Double Handle Slider Modified from: http://jqueryui.com/slider/#range ...@@ -55,7 +55,7 @@ Double Handle Slider Modified from: http://jqueryui.com/slider/#range
Genus: Genus:
<select name="pickSciR" id="pickGenus" size="1" onChange="callUpdateSci(this)"><!--Dynamically Filled--></select> <select name="pickSciR" id="pickGenus" size="1" onChange="callUpdateSci(this)"><!--Dynamically Filled--></select>
Species: Species:
<select name="pickSciR" id="pickSpecies" size="1" onChange="alert('No function atm')"><!--Dynamically Filled--></select> <select name="pickSciR" id="pickSpecies" size="1"><!--Dynamically Filled--></select>
</section> </section>
<section id="yearIn"> <section id="yearIn">
......
...@@ -199,7 +199,7 @@ function callOutput(){ ...@@ -199,7 +199,7 @@ function callOutput(){
var params= JSON.stringify({taxId: Number(taxGroup), yearF: Number(yearFrom), yearT: Number(yearTo)}); var params= JSON.stringify({taxId: Number(taxGroup), yearF: Number(yearFrom), yearT: Number(yearTo)});
//Switch Output Display //Switch Output Display
if(outType === "Histogram"){ if(outType === "histogram"){
reqHistogram(params); reqHistogram(params);
} }
else{ else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment