Hotfix : CSS/Variable/Footer

This commit is contained in:
Divlo
2019-12-11 22:05:15 +01:00
parent d07f03724b
commit b43367cdcd
4 changed files with 10 additions and 12 deletions

View File

@ -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>`;

View File

@ -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>'
];