mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-14 18:10:40 +00:00
Fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user