MediaWiki:Common.js : Différence entre versions

De Learning Lab Environnements Connectés
Sauter à la navigation Sauter à la recherche
(Balises : mobile edit, mobile web edit)
Ligne 3 : Ligne 3 :
 
(function () {
 
(function () {
  
 +
    /*
 
     if ($('#top').length) {
 
     if ($('#top').length) {
 
         $("#toc").detach().appendTo('#top');
 
         $("#toc").detach().appendTo('#top');
 
     }
 
     }
 +
    */
  
 
}());
 
}());

Version du 20 avril 2015 à 14:22

/* Tout JavaScript ici sera chargé avec chaque page accédée par n’importe quel utilisateur. */

(function () {

     /*
     if ($('#top').length) {
         $("#toc").detach().appendTo('#top');
     }
     */

}());