fixed merge from develop

This commit is contained in:
Connor Turland 2014-10-23 20:19:40 -04:00
commit ed7844d195
2 changed files with 1 additions and 1 deletions

View file

@ -1375,6 +1375,7 @@ Metamaps.JIT = {
if (!e.shiftKey && !e.ctrlKey) {
Metamaps.Control.deselectAllNodes();
Metamaps.Control.deselectAllEdges();
Metamaps.Control.selectEdge(adj);
}
else if (e.shiftKey && e.ctrlKey){
//no result

View file

@ -15,7 +15,6 @@
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<% if Rails.env.production? %>
<!-- for metamaps.thevalueweb.org -->
<script src="//use.typekit.net/jcy0yfj.js"></script>