File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 34
34
</ div >
35
35
36
36
< div class ="final-state " id ="final-state " style ="display:none; ">
37
- < h2 id ="waiting " style ="font-size:55px; padding:10px; color: #000; background-color: none; "> Please wait for your recommandation :)
38
-
39
-
37
+ < h2 id ="waiting " style ="font-size:55px; padding:10px; color: #000; background-color: none; "> Please wait for your recommandation
40
38
</ h2 >
41
39
< br > < br >
42
40
< div id ="finalresp " >
@@ -124,7 +122,7 @@ <h2 id="waiting" style="font-size:55px; padding:10px; color: #000; background-co
124
122
var textTable = document . getElementById ( "text_table" ) ;
125
123
var nHTML = '' ;
126
124
//for (var i = 0; i < testResults.length; i++) {
127
- for ( var i = 0 ; i < 3 ; i ++ ) {
125
+ for ( var i = 0 ; i < 20 ; i ++ ) {
128
126
129
127
console . log ( testResults [ i ] [ 0 ] ) ;
130
128
nHTML += "<div class='card'><div class='card-content'><div class='card-image'><img src='" + testResults [ i ] [ 1 ] + "' width='100%' height='100%'/></div><div class='card-titles'><h1>" + testResults [ i ] [ 2 ] + "</h1></div></div></div>"
You can’t perform that action at this time.
0 commit comments