Changes

MyWikiBiz, Author Your Legacy — Sunday May 05, 2024
Jump to navigationJump to search
no edit summary
Line 341: Line 341:  
  }
 
  }
 
   
 
   
/** Disable
+
/* Disable
 
  function mainPageAppendCompleteListLink() {
 
  function mainPageAppendCompleteListLink() {
 
     try {
 
     try {
Line 362: Line 362:  
  }
 
  }
 
// End disable
 
// End disable
**/
      
  if ( wgTitle == 'Main Page' && ( wgNamespaceNumber == 0 || wgNamespaceNumber == 1 ) ) {
 
  if ( wgTitle == 'Main Page' && ( wgNamespaceNumber == 0 || wgNamespaceNumber == 1 ) ) {
Line 371: Line 370:  
         addOnloadHook( mainPageAppendCompleteListLink );
 
         addOnloadHook( mainPageAppendCompleteListLink );
 
  }
 
  }
 +
// End disable
 +
*/
    
/** Block extra toolbar options
 
/** Block extra toolbar options

Navigation menu