$(function () { /* Permet d'afficher la liste des liens récemment raccourcit */ try { const shortcuts = JSON.parse(getCookieValue("shortcuts")); window.onload = $('.totalLengthLinksList').html(`Total de ${shortcuts.length} lien(s) raccourcit récemment.`); let resultat = ""; for (element of shortcuts) { resultat += `