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

提供:メディカルウェア
ナビゲーションに移動 検索に移動
imported>Administrator
 
(ページの白紙化)
タグ: 白紙化
 
(他の1人の利用者による、間の1版が非表示)
1行目: 1行目:
/*<source lang="javascript">*/
 
/* ここに記述したJavaScriptはベクター・スキンの利用者に影響します */
// Force IP to preview before saving changes.
// Copyright Marc Mongenet, 2006
function forcePreview()
{
        if (wgUserName != null) return;
        var saveButton = document.getElementById("wpSave");
        if (!saveButton) return;
        if (location.search.search(/&action=edit/) == -1) return;
        saveButton.disabled = true;
        saveButton.style.fontWeight = "normal";
        document.getElementById("wpPreview").style.fontWeight = "bold";
}
addOnloadHook(forcePreview);
/*</source>*/

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