Commit cefd021e authored by Romain Loth's avatar Romain Loth

update main.js for the query type uid

parent 4d19264a
......@@ -53,7 +53,7 @@ else {
}
else {
console.log("Received query of type:", qtype)
if(qtype == "filter" || qtype == "unique_id"){
if(qtype == "filter" || qtype == "uid"){
bringTheNoise(param,qtype);
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment