Note : après aveur schapé l’ pådje, vos l’ divoz rafrister, po pleur vey les candjmints dins vosse betchteu waibe.

  • Firefox / Safari : tchôkîz so Shift tot clitchant so Rafrister, ou co fjhoz Ctrl-F5 ou Ctrl-R (⌘-R so on Mac)
  • Google Chrome : tchôkîz so Ctrl-Shift-R (⌘-Shift-R so on Mac)
  • Internet Explorer / Edje : tchôkîz so Ctrl tot clitchant so Rafrister, ou co fjhoz Ctrl-F5
  • Konqueror : clitchîz so Rafrister ou tchôkîz so F5
  • Opera : alez dins Menu → Parametes (Opera → Preferinces so on Mac), pus dins Confidance et såvrité → Vudîz les dnêyes d’ vizitaedje → Imådjes et fitchîs metous el muchete.
var more = ['[+]', 'Clitchîz cial po vey les dzo hagnons'];
var less = ['[-]', 'Clitchîz cial po catchî les dzo hagnons'];
var noth = ['[×]', 'Gn a pont di dzo hagnon a mostrer cial'];

if(mw.config.get('wgNamespaceNumber') === 0) {
	$( ".tocnumber").hide();
	$( ".toc ul li" ).each(function(i) {
		var ul = $(this).find('ul');
		var mc = $('<span>').css('cursor','pointer').css('font-family', 'mono');
		if (ul.length) {
			mc.text(more[0]);
			mc.click(function(){
				ul.toggle();
				if($(ul).is(":visible")){
					$(this).text(less[0]);
					mc.attr('title', less[1]);
				}
				else{
					$(this).text(more[0]);
					mc.attr('title', more[1]);
				}
			});			
			if (i) {
				mc.attr('title', more[1]);
				$(ul).toggle();
			}
			else{
				mc.attr('title', less[1]);
			}
			$(this).prepend(mc);
		}
		else {
			mc.text(noth[0]);
			mc.attr('title', noth[1]);
			$(this).prepend(mc);
		}
	});
}