remove extra semicolon
This commit is contained in:
parent
2249090a99
commit
d75ffa93b3
1 changed files with 1 additions and 1 deletions
2
ana.html
2
ana.html
|
|
@ -46,7 +46,7 @@ Module['onRuntimeInitialized'] = function() {
|
|||
update = function() {
|
||||
var search = document.getElementById("query").value;
|
||||
document.location.hash = '#' + search;
|
||||
if(search == last) return false;;
|
||||
if(search == last) return false;
|
||||
document.getElementById("results").innerText=Module.ana(search);
|
||||
last = search;
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue