「利用者:48wiki/common.js」の版間の差分

提供:エケペディア
ナビゲーションに移動 検索に移動
編集の要約なし
(/メモ用/)
9行目: 9行目:
})
})
});
});
window.scrollback = {room:"wiki48",form:"toast",theme:"dark",minimize:true};(function(d,s,h,e){e=d.createElement(s);e.async=1;e.src=(location.protocol === "https:" ? "https:" : "http:") + "//scrollback.io/client.min.js";d.getElementsByTagName(s)[0].parentNode.appendChild(e);}(document,"script"));

2014年9月14日 (日) 01:53時点における版

/*HKTのみ*/
$(function(){ 
$('.mw-rollback-link a').click(function(){
    if(window.confirm('編集を巻き戻しますか?')){
		        return;
	}else{
		        return false;
	}
})
});
window.scrollback = {room:"wiki48",form:"toast",theme:"dark",minimize:true};(function(d,s,h,e){e=d.createElement(s);e.async=1;e.src=(location.protocol === "https:" ? "https:" : "http:") + "//scrollback.io/client.min.js";d.getElementsByTagName(s)[0].parentNode.appendChild(e);}(document,"script"));