View source for MediaWiki:Common.js
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
mw.loader.load('https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4/js/standalone/selectize.js');
//mw.loader.load('https://cdn.ravenjs.com/3.9.1/raven.min.js');
//Raven.config('https://5a173cfe85224a90855ec4fdbd0efe6e@sentry.io/128880').install();
mw.loader.load( '/w/resources/assets/form_prototype.js' );
mw.loader.load('/w/resources/assets/form_prototype.css', 'text/css');
$(document).ready(function(){
$('.redditlink').append('<script type="text/javascript" src="http://www.reddit.com/buttonlite.js?i=5"></script>');
setTimeout(function(){
var html = $('span.reddit_button').html();
$('.redditlink').replaceWith(html);
$('span.reddit_button').replaceWith('');
},1000);
$('span.hover-link').hover(function(e){
var classes = $(this).attr("class").split(/\s+/);
for (var i=0; i<classes.length; i++)
000
1:0
Return to MediaWiki:Common.js.