Minecraft Wiki
Advertisement
In other languages

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

  • Firefox / Safari: Hold ⇧ Shift while clicking Reload, or press either Ctrl+F5 or Ctrl+R (⌘ Cmd+R on a Mac)
  • Google Chrome: Press Ctrl+⇧ Shift+R (⌘ Cmd+⇧ Shift+R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl+F5
  • Opera: Clear the cache in Tools → Preferences
( function() {
	'use strict';
	
	var action = mw.config.get( 'wgAction' );
	if ( action === 'edit' || action === 'submit' ) {
		$( '#wpPreview, #wpDiff' ).on( 'click', function( e ) {
			if ( e.shiftKey ) {
				e.stopPropagation();
			}
		} );
	}
}() );
Advertisement