Author: ygrego Date: 2015-04-01 09:04:26 +0000 (Wed, 01 Apr 2015) New Revision: 1007 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1007 Log: Changement for initial display of section test in method "displayInLineArray". Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-03-31 16:01:37 UTC (rev 1006) +++ oipf/js/test/Test.js 2015-04-01 09:04:26 UTC (rev 1007) @@ -362,7 +362,7 @@ + "<button id='" + currentObject.name + "HideShowBtn'>Hide/Show</button>" + "<button id='runAll" + currentObject.name + "Btn'>Run tests of this section</button>"; content += "</div>"; - content += "<div id='" + currentObject.name + "Section' style='display:none;'>"; + content += "<div id='" + currentObject.name + "Section'>"; content += "<table id='" + currentObject.name + "Table'>"; content += "<tbody>"; content += "<thead>";