Minecraft Wiki

Minecraft Wiki ภาษาไทยกำลังจะย้ายออกจาก Fandom ตามภาษาอังกฤษในเร็ว ๆ นี้ ดูที่หน้านี้และ Discord สำหรับข้อมูลเพิ่มเติม

READ MORE

Minecraft Wiki
Advertisement

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