MyWikiBiz, Author Your Legacy — Tuesday October 28, 2025
Jump to navigationJump to search
13 bytes added
, 17:17, 21 May 2010
| 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 |