fixed merge from develop
This commit is contained in:
commit
ed7844d195
2 changed files with 1 additions and 1 deletions
|
@ -1375,6 +1375,7 @@ Metamaps.JIT = {
|
||||||
if (!e.shiftKey && !e.ctrlKey) {
|
if (!e.shiftKey && !e.ctrlKey) {
|
||||||
Metamaps.Control.deselectAllNodes();
|
Metamaps.Control.deselectAllNodes();
|
||||||
Metamaps.Control.deselectAllEdges();
|
Metamaps.Control.deselectAllEdges();
|
||||||
|
Metamaps.Control.selectEdge(adj);
|
||||||
}
|
}
|
||||||
else if (e.shiftKey && e.ctrlKey){
|
else if (e.shiftKey && e.ctrlKey){
|
||||||
//no result
|
//no result
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
<%= stylesheet_link_tag "application", :media => "all" %>
|
<%= stylesheet_link_tag "application", :media => "all" %>
|
||||||
<%= javascript_include_tag "application" %>
|
<%= javascript_include_tag "application" %>
|
||||||
|
|
||||||
|
|
||||||
<% if Rails.env.production? %>
|
<% if Rails.env.production? %>
|
||||||
<!-- for metamaps.thevalueweb.org -->
|
<!-- for metamaps.thevalueweb.org -->
|
||||||
<script src="//use.typekit.net/jcy0yfj.js"></script>
|
<script src="//use.typekit.net/jcy0yfj.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue