「MediaWiki:Vector.js」の版間の差分

提供: MonoBook
ナビゲーションに移動 検索に移動
imported>Administrator
imported>Administrator
(ページの白紙化)
 
1行目: 1行目:
/* ここに記述したJavaScriptはベクター・スキンの利用者に影響します */
 
  
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 );
 
}
 
});
 

2019年10月8日 (火) 12:05時点における最新版