Skip to content

Commit 6e2ddb6

Browse files
author
Thibaut Gourdel
committed
Set 20 cards
1 parent 6e31c2a commit 6e2ddb6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

public-html/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
</div>
3535

3636
<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
4038
</h2>
4139
<br><br>
4240
<div id="finalresp" >
@@ -124,7 +122,7 @@ <h2 id="waiting" style="font-size:55px; padding:10px; color: #000; background-co
124122
var textTable = document.getElementById("text_table");
125123
var nHTML = '';
126124
//for (var i = 0; i < testResults.length; i++) {
127-
for (var i = 0; i < 3; i++) {
125+
for (var i = 0; i < 20; i++) {
128126

129127
console.log(testResults[i][0]);
130128
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>"

0 commit comments

Comments
 (0)