Removed unnecessary code

This commit is contained in:
DL6ER
2016-12-10 18:34:19 +01:00
parent 76585024e7
commit ace3bccbd1
-5
View File
@@ -12,10 +12,6 @@ function eventsource() {
if(q.val() === "yes")
{
quiet = true;
}
if(quiet)
{
exact = "exact";
}
@@ -42,7 +38,6 @@ function eventsource() {
// Remove "(x results)"
shortstring = shortstring.replace(/\(.*/,"");
ta.append(shortstring+"\n");
// ta.append(e.data);
}
}
}