From 8543825401f0eab629b5f39d4c19e01b3dec8015 Mon Sep 17 00:00:00 2001 From: Ali Rostami Date: Wed, 4 Oct 2017 20:57:37 +0200 Subject: [PATCH] small correction --- src/main/resources/web/dashboard/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/web/dashboard/index.js b/src/main/resources/web/dashboard/index.js index 697032b..abf630a 100644 --- a/src/main/resources/web/dashboard/index.js +++ b/src/main/resources/web/dashboard/index.js @@ -268,7 +268,11 @@ function load_graph(type,isDraw) { var str = $('#'+type+'string').val().replace(/\n/g,"-"); var isDirected = $('#graphType').find('option:selected').text(); if(type == "g6") { - str = str.replaceAll(/\?/g,"qqq"); + var str2 = ""; + for(var i=0;i