9 lines
No EOL
418 B
HTML
9 lines
No EOL
418 B
HTML
<script type="text/javascript">// <![CDATA[
|
|
$(document).ready(function(){
|
|
// Déplacer les mots-clés
|
|
if($('#side .liste.mots').length && $('#content .contenu-principal .cartouche').length && $('#side .liste.mots .h3').length==0){
|
|
$('#side .liste.mots ul').parents('#side>div').addClass('side_mots');
|
|
$('#content .contenu-principal .cartouche').after($('.side_mots').clone());
|
|
}
|
|
});
|
|
//]]></script> |