MediaWiki:Common.js: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1:
/* [[Category:AutoDumpContentFromCommons]] */
/* Any JavaScript here will be loaded for all users on every page load. */
 
 
$( document ).ready(function() {
Line 14 ⟶ 15:
 
$this.parent(".mw-collapsible-content").show(); /// temporary show collapsible content to read its location....
$this.parent().parent(".mw-collapsible-content").show(); /// temporary show collapsible content to read its location....
 
function returnBoxedText(match, p1) { return '<box>' + p1 + '</box>'; }
function returnSpanPosStr(match, p1) {
var MarginTop = 0;
Line 73:
 
});
 
 
/**
Line 86 ⟶ 87:
} );
} );
 
/* Script for filtering mediawiki tables*/
importScript('MediaWiki:FilterTable.js');
 
/* Mark up pre's with box or pointer */
/* importScript('MediaWiki:PreMarkup.js'); */