spip_nursit/plugins/dist/themes/zpip-1/Popdev/deplacer_mots.html

9 lines
418 B
HTML
Raw Normal View History

2023-06-01 15:30:12 +00:00
<script type="text/javascript">// <![CDATA[
$(document).ready(function(){
// D<>placer les mots-cl<63>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>