MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
#Filterabletables | |||
$(function(){ | |||
importArticles({ | |||
type: "script", | |||
articles: ["u:pad.wikia.com:MediaWiki:FilterTable.js"] | |||
}); | |||
}); |
Revision as of 20:01, 11 March 2025
/* Any JavaScript here will be loaded for all users on every page load. */ #Filterabletables $(function(){ importArticles({ type: "script", articles: ["u:pad.wikia.com:MediaWiki:FilterTable.js"] }); });