利用者:Linuxmetel/vector.js
表示
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
mw.loader.using( 'oojs-ui-core', function () {
// Force IP to preview before saving changes.
// Copyright Marc Mongenet, 2006
if (
mw.config.get( 'wgUserName' ) === null &&
document.getElementById( 'wpSave' ) &&
location.search.search( /action=edit/ ) !== -1
) {
OO.ui.infuse( $( '#wpSaveWidget' ) ).setDisabled( true );
}
} );