This commit is contained in:
Patrick Jentsch
2020-04-02 14:45:02 +02:00
parent 2c93f02c11
commit 498defa386
4 changed files with 14 additions and 14 deletions

View File

@ -322,7 +322,7 @@
resultsList.clear();
// Get query string and send query to server
let queryStr = getQueryStr(queryFormElement);
client.sendQuery(queryStr);
client.query(queryStr);
});
// get context of one match if inspected via socket.io