diff --git a/Bench4Q-Web/src/main/webapp/script/plugin-new.js b/Bench4Q-Web/src/main/webapp/script/plugin-new.js index e2bfffa9..9154d9bf 100644 --- a/Bench4Q-Web/src/main/webapp/script/plugin-new.js +++ b/Bench4Q-Web/src/main/webapp/script/plugin-new.js @@ -178,10 +178,7 @@ function showMethodDocument(selectedNode) { $(div[behaviorIndex]).attr("class", "show"); $(div[behaviorIndex]).show(); for (var i = 0; i < length; i++) { - // alert("i is "+i); - // alert("id is "+div[i].getAttribute("id")); if (div[i].getAttribute("id") != behaviorIndex) { - // alert(div[i].getAttribute("id")+"!="+behaviorIndex); $(div[i]).hide(); } } @@ -220,10 +217,13 @@ function loadMethodParams(behaviorData, behaviorIndex) { methodParams[j].fieldSeperator, methodParams[j].paramType, methodParams[j].methodParamProperties); - var methodParamProperties=new Array(); - for(var q=0;q