Update JIT.js

This commit is contained in:
Robert Best 2016-10-21 10:20:16 -04:00 committed by GitHub
parent 76f4e796da
commit d74f232570

View file

@ -1278,7 +1278,7 @@ const JIT = {
break; break;
} }
} }
console.log(Metamaps.Topics.get(node.id).attributes);
if(!node.selected){ if(!node.selected){
Metamaps.Util.openLink(Metamaps.Topics.get(node.id).attributes.link); Metamaps.Util.openLink(Metamaps.Topics.get(node.id).attributes.link);
} }