|
Thanks for using our site! |
MediaWiki:Common.js: Difference between revisions
From ranchstory
Jump to navigationJump to search
imported>Stephen64 No edit summary |
imported>Stephen64 No edit summary |
(No difference)
| |
Revision as of 23:35, 6 January 2021
/* Any JavaScript here will be loaded for all users on every page load. */
/* Loads the JS Required fro the Discord Widget */
mw.loader.load( '/w/index.php?title=MediaWiki:DiscordWidget.js&action=raw&ctype=text/javascript' );
/* Loads the JS Required for a Twitter Widget */
$.getScript('https://platform.twitter.com/widgets.js', function() {
/* Loads the JS Required fro the Twitter Widget */
mw.loader.load( '/w/index.php?title=MediaWiki:TwitterWidget.js&action=raw&ctype=text/javascript' );
});