Removed / from link for installs not in /

This commit is contained in:
laf
2015-11-16 20:58:16 -08:00
parent a6f34fdf7e
commit 87d273fc7d

View File

@@ -218,7 +218,7 @@ echo $edges;
var network = new vis.Network(container, data, options);
network.on('click', function (properties) {
if (properties.nodes > 0) {
window.location.href = "/device/device="+properties.nodes+"/tab=map/"
window.location.href = "device/device="+properties.nodes+"/tab=map/"
}
});
</script>