aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.tsx
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-04-30 19:59:38 -0400
committerMonika Hedman <monika_hedman@brown.edu>2019-04-30 19:59:38 -0400
commitb269ce7d85a9b83280d2b5b23299aa16e6cc5a92 (patch)
treeff23d62b1baa97ec5bda6a6fc01efdd885d285a7 /src/client/views/SearchBox.tsx
parentbad0dedb8be3d62f7dbc72abbfe146e1873195cf (diff)
confused but still goin
Diffstat (limited to 'src/client/views/SearchBox.tsx')
-rw-r--r--src/client/views/SearchBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SearchBox.tsx b/src/client/views/SearchBox.tsx
index 7f388719d..7ceaf1da6 100644
--- a/src/client/views/SearchBox.tsx
+++ b/src/client/views/SearchBox.tsx
@@ -29,7 +29,7 @@ export class SearchBox extends React.Component {
Utils.EmitCallback(Server.Socket, MessageStore.SearchFor, this.searchString, (results: string[]) => {
for (const result of results) {
console.log(result);
- Utils.GetQueryVariable()
+ //Utils.GetQueryVariable();
}
});
}