VOOZH about

URL: https://minecraft.wiki/w/MediaWiki:Gadget-forceFullPreview.js

⇱ MediaWiki:Gadget-forceFullPreview.js – Minecraft Wiki


MediaWiki:Gadget-forceFullPreview.js

From Minecraft Wiki
Jump to navigation Jump to search
In other languages

Note: After saving, you have to bypass your browser's cache to see the changes.

Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.

$(function(){
'use strict';
if(['edit','submit'].indexOf(mw.config.get('wgAction'))===-1)return;
$('#wpPreview, #wpDiff').on('click',function(e){
if(e.shiftKey){
e.stopPropagation();
}
});
});
Retrieved from "https://minecraft.wiki/w/MediaWiki:Gadget-forceFullPreview.js?oldid=2316086"

Navigation menu