Hotfix : CSS/Variable/Footer
This commit is contained in:
@ -36,7 +36,7 @@ $(function () {
|
||||
|
||||
/* Permet d'afficher la liste des citations/proverbes */
|
||||
if(chemin === "/views/quote-list.php") {
|
||||
window.onload = $('.totalLengthQuote').html('Total de ' + quotes.length + ' citations.');
|
||||
$('.totalLengthQuote').html('Total de ' + quotes.length + ' citations.');
|
||||
let resultat = "";
|
||||
for (index in quotes) {
|
||||
resultat = resultat + `<tr> <td class="quote-element-list important">${quotes[index]["source"]}</td> <td class="quote-element-list">${quotes[index]["quote"]}</td> </tr>`;
|
||||
|
@ -20,6 +20,7 @@ texteFonctionChange = [
|
||||
`<a href="/views/function-views/armstrongNumber.php">vérifier si un nombre fait partie des nombres d'Armstrong</a>`,
|
||||
`<a href="/views/function-views/heapAlgorithm.php">génèrer toutes les permutations uniques possibles d'une chaîne de caractère</a>`,
|
||||
'<a href="/views/function-views/convertMarkdown.php">convertir du Markdown en HTML</a>',
|
||||
'<a href="/views/function-views/linkShortener.php">raccourcir les liens trop longs</a>',
|
||||
'<a href="/views/function-views/weatherRequest.php">connaître la météo</a>'
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user