LesSix, Ltm, Soleiade, Trois, Robots, Bureaucrates, Administrateurs d’interface, ltm, soleil, Modérateurs, Administrateurs, trois, Modificateurs de widgets
5 689
modifications
Ligne 3 : | Ligne 3 : | ||
var a = $("#bodyContent").text(); | var a = $("#bodyContent").text(); | ||
var wCount = a.split(" ").length; | var wCount = a.split(" ").length; | ||
var timeInMinutes = Math.round(Math.floor(wCount / 200 | var timeInMinutes = Math.round(Math.floor(wCount / 200) + 0.5); | ||
var $wordOutput = $( "<p>" + timeInMinutes + " min de lecture" + "</p>").css("font-size", "normal"); | var $wordOutput = $( "<p>" + timeInMinutes + " min de lecture" + "</p>").css("font-size", "normal"); | ||
$( "#bodyContent" ).prepend($wordOutput); | $( "#bodyContent" ).prepend($wordOutput); |
modifications