Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 841 → Rev 842

/trunk/sites/commun/generique/scripts/commun.js
25,8 → 25,8
$("#zone-menu-haut ul #inscrits span").prepend(nbInscrits);
 
// les div de classe infoInscrits se voient automatiquement concat�n� le nombre d'inscrits
if($(".infosInscrits") != null) {
$(".infosInscrits").html(nbInscrits+$(".infosInscrits").html());
if($(".infosInscrits a") != null) {
$(".infosInscrits a").html(nbInscrits+$(".infosInscrits a").html());
}
} else {
$("#zone-menu-haut").prepend('<span class="spacer125 hidden">&nbsp</span>');