「Common.js」の版間の差分
提供:researchmap guide
編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
/* ここにあるすべてのJavaScriptは、すべてのページ読み込みですべての利用者に対して読み込まれます */ | /* ここにあるすべてのJavaScriptは、すべてのページ読み込みですべての利用者に対して読み込まれます */ | ||
$(". | $("li.logo a").attr("href", "https://p1guide.researchmap.jp/index.php/MediaWiki:Common.js"); | ||
$(". | $("li.logo a").attr("title", "example.com のウェブサイトを開く"); |
2023年2月28日 (火) 13:23時点における版
/* ここにあるすべてのJavaScriptは、すべてのページ読み込みですべての利用者に対して読み込まれます */ $("li.logo a").attr("href", "https://p1guide.researchmap.jp/index.php/MediaWiki:Common.js"); $("li.logo a").attr("title", "example.com のウェブサイトを開く");