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.
$.ajaxSetup({
cache: true
});
/*
$.getScript( 'https://cdn.ravenjs.com/3.9.1/raven.min.js', function() {
Raven.config('https://5a173cfe85224a90855ec4fdbd0efe6e@sentry.io/128880').install();
});
*/
$.getScript('https://code.jquery.com/jquery-migrate-1.4.1.js');
$.getScript('https://cdn.jsdelivr.net/npm/ansi_up@4.0.4/ansi_up.min.js', function() {
var ansi_up = new AnsiUp;
var nfo = $(".nfo");
nfo.map(function(k, v) {
var $v = $(v)
$v.html(ansi_up.ansi_to_html($v.text().replaceAll("\uFFFD[", "\u001B[")));
000
1:0
Return to MediaWiki:Common.js.