From 89c2d1615976f4a54f685eae400a0583078ca073 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Mon, 18 Apr 2016 09:35:49 +0200 Subject: [PATCH] New maps in progress... (Added thigs to arrows code) --- .../include/javascript/map/NetworkmapController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/javascript/map/NetworkmapController.js b/pandora_console/include/javascript/map/NetworkmapController.js index 04116730b4..54d4999479 100644 --- a/pandora_console/include/javascript/map/NetworkmapController.js +++ b/pandora_console/include/javascript/map/NetworkmapController.js @@ -553,7 +553,7 @@ NetworkmapController.prototype.get_arrow_AM = function(id_to, id_from) { } } }); - console.log(arrow_AM); + if (found) { return arrow_AM; } @@ -594,11 +594,11 @@ NetworkmapController.prototype.exists_arrow = function(arrows, arrow) { case 'AF_or_FF': case 'GM': case 'AG': + case 'AM': case 'AA': case 'AMMA': if (a_to == arrow_to) { if (a_from == arrow_from) { - var_return = true; return false; // Break }