uawdijnntqw1x1x1
IP : 216.73.216.249
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
etiennec
/
www
/
b9da6
/
..
/
plugins-dist
/
porte_plume
/
javascript
/
porte_plume_forcer_hauteur.js
/
/
function barre_forcer_hauteur () { jQuery(".markItUpEditor").each(function() { var hauteur_min = jQuery(this).height(); var hauteur_max = parseInt(jQuery(window).height()) - 200; var hauteur = hauteur_min; var signes = jQuery(this).val().length; if (signes){ /* en gros: 400 signes donnent 100 pixels de haut */ var hauteur_signes = Math.round(signes / 4) + 50; if (hauteur_signes > hauteur_min && hauteur_signes < hauteur_max) hauteur = hauteur_signes; else if (hauteur_signes > hauteur_max) hauteur = hauteur_max; jQuery(this).height(hauteur); } }); } jQuery(window).bind("load", function() { barre_forcer_hauteur(); });
/home/etiennec/www/b9da6/../plugins-dist/porte_plume/javascript/porte_plume_forcer_hauteur.js