差分

ナビゲーションに移動 検索に移動
/* ここにあるすべてのJavaScriptは、すべてのページ読み込みですべての利用者に対して読み込まれます */

$(function() {
if (location.hash) {
var anchor = $(location.hash).get(0);
if (anchor)
anchor.scrollIntoView();
}
});

案内メニュー