Changes
Jump to navigation
Jump to search
1 byte added
, 12:31, 5 November 2021
| Line 318: |
Line 318: |
| | | | |
| | /* End of mw.loader.using callback */ | | /* End of mw.loader.using callback */ |
| − | } );
| + | |
| | $( function () { | | $( function () { |
| | var elems = document.getElementsByClassName('editsection'); // *** NOTE: ClassName may need to be 'mw-editsection' instead | | var elems = document.getElementsByClassName('editsection'); // *** NOTE: ClassName may need to be 'mw-editsection' instead |
| Line 332: |
Line 332: |
| | } | | } |
| | }); | | }); |
| | + | } ); |
| | /* DO NOT ADD CODE BELOW THIS LINE */ | | /* DO NOT ADD CODE BELOW THIS LINE */ |