Sneed
This commit is contained in:
parent
22e7caa0f5
commit
68febc1d32
1
index.js
1
index.js
@ -191,7 +191,6 @@ Searxng.prototype.handleMessage = function(event, room) {
|
|||||||
|
|
||||||
if (typeof results === 'undefined' || results == null || results.length <= 0) {
|
if (typeof results === 'undefined' || results == null || results.length <= 0) {
|
||||||
matrixClient.sendNotice(room.roomId, "No results found for \""+toSearch+"\"");
|
matrixClient.sendNotice(room.roomId, "No results found for \""+toSearch+"\"");
|
||||||
console.log(body);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (resultIndex > (results.length - 1)) {
|
else if (resultIndex > (results.length - 1)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user