Difference between revisions of "MediaWiki:Common.js"

From Copyright EVIDENCE
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: //<p>You do not have permission to edit this page, for the following reasons: //</p> $(':contains...")
 
 
Line 3: Line 3:
 
//<p>You do not have permission to edit this page, for the following reasons:
 
//<p>You do not have permission to edit this page, for the following reasons:
 
//</p>
 
//</p>
 
 
$(':contains("You do not have permission to edit this page")').each(function(){
 
    $(this).html($(this).html().split("By:").join(""));
 
});
 

Latest revision as of 14:24, 3 September 2019

/* Any JavaScript here will be loaded for all users on every page load. */

//<p>You do not have permission to edit this page, for the following reasons:
//</p>