Commit 41812e42 authored by Daniel Quadras's avatar Daniel Quadras

Update ResultDetails.jsp

parent b50497cc
...@@ -51,7 +51,6 @@ ...@@ -51,7 +51,6 @@
<input type= "hidden" value = "<%=result_details%>" id ="result_data">
<body> <body>
...@@ -67,9 +66,13 @@ ...@@ -67,9 +66,13 @@
--> -->
<p>Result details :</p> <p>Result details :</p>
<div id="resultoutput"> </div> <div id="resultoutput"> </div>
<input type= "hidden" value = "<%=result_details%>" id ="result_data" onload="displayResultData()">
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment