Skip to content

Commit

Permalink
Merge pull request #11 from byt3bl33d3r/master
Browse files Browse the repository at this point in the history
Fixed "Get Member" tooltip query and URL to PrebuiltQueries.json file
  • Loading branch information
rvazarkar authored Aug 9, 2016
2 parents 2745306 + 841317c commit b4fec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li onclick="emitter.emit('setEnd', '{{label}}')">
<i class="glyphicon glyphicon-screenshot"> </i> Set as Ending Node
</li>
<li onclick="emitter.emit('query', 'MATCH (n {name:\'{{label}}\'})<-[r:MemberOf]-(m) RETURN n,r,m)', '{{label}}')"">
<li onclick="emitter.emit('query', 'MATCH (n {name:\'{{label}}\'})<-[r:MemberOf]-(m) RETURN n,r,m', '{{label}}')"">
<i class="glyphicon glyphicon-screenshot"> </i> Get Members
</li>
<li onclick="emitter.emit('query', 'MATCH (n {name:\'{{label}}\'})-[r:AdminTo]->(m) RETURN n,r,m', '{{label}}')">
Expand Down

0 comments on commit b4fec54

Please sign in to comment.