Skip to content

Commit

Permalink
Disable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Mar 30, 2024
1 parent 327eff1 commit a4569e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ReferenceExpander.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/* global getCitoidRef */

/* comment out to disable per [[Wikipedia:Miscellany for deletion/User:BrandonXLF/ReferenceExpander]], talk page request --Writ Keeper 21 June 2023
$(mw.util.addPortletLink('p-tb', '#', 'Expand references')).click(function(e) {
e.preventDefault();
Expand Down Expand Up @@ -502,4 +503,5 @@ $(mw.util.addPortletLink('p-tb', '#', 'Expand references')).click(function(e) {
windowManager.addWindows([dialog]);
windowManager.openWindow(dialog);
});
*/
// </nowiki>

0 comments on commit a4569e8

Please sign in to comment.