From 34ac522df9ab491b585862bc5647c5cd4f41d9bb Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Mon, 8 Aug 2016 18:02:41 -0600 Subject: [PATCH 1/2] Fixed "Get Member" tooltip query --- src/components/tooltip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tooltip.html b/src/components/tooltip.html index 2ba60f0b7..22835cc4d 100644 --- a/src/components/tooltip.html +++ b/src/components/tooltip.html @@ -40,7 +40,7 @@
  • Set as Ending Node
  • -
  • +
  • Get Members
  • From 841317c7311f2c2c92400508e9655c03388f1100 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Mon, 8 Aug 2016 18:23:16 -0600 Subject: [PATCH 2/2] Fixed URL to the PrebuiltQueries.json file --- src/components/SearchContainer/Tabs/PrebuiltQueriesDisplay.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchContainer/Tabs/PrebuiltQueriesDisplay.jsx b/src/components/SearchContainer/Tabs/PrebuiltQueriesDisplay.jsx index 5437971e1..59d224677 100644 --- a/src/components/SearchContainer/Tabs/PrebuiltQueriesDisplay.jsx +++ b/src/components/SearchContainer/Tabs/PrebuiltQueriesDisplay.jsx @@ -13,7 +13,7 @@ export default class PrebuiltQueriesDisplay extends Component { componentWillMount() { $.ajax({ - url: 'src/components/SearchContainer/Tabs/prebuiltqueries.json', + url: 'src/components/SearchContainer/Tabs/PrebuiltQueries.json', type: 'GET', success: function(response){ var x = JSON.parse(response)