From bad5fec046e42282ffa89fd4759ff9b866228167 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Mon, 27 May 2013 11:08:27 +0200 Subject: [PATCH] GraphViewer: Fixed Optical Issue in admin-graph-tab --- html/admin/js/views/graphView.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/admin/js/views/graphView.js b/html/admin/js/views/graphView.js index db19cc3a14..499a398f1f 100644 --- a/html/admin/js/views/graphView.js +++ b/html/admin/js/views/graphView.js @@ -34,16 +34,14 @@ window.graphView = Backbone.View.extend({ }; if (label !== undefined && label !== "") { - console.log(label); config = { nodeShaper: { label: label } } - console.log(config); } - $("#creationDialog").remove(); + $("#background").remove(); ui = new GraphViewerUI(document.getElementById("content"), aaconfig, 940, 680, config); },