Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
58.1
edited by Super Admin
on 2026/03/17 14:05
on 2026/03/17 14:05
Change comment:
There is no comment for this version
To version
57.1
edited by Super Admin
on 2026/03/17 13:41
on 2026/03/17 13:41
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1010,10 +1010,10 @@ 1010 1010 body.classList.add('truncated'); 1011 1011 var btn = document.createElement('button'); 1012 1012 btn.className = 'btn-read-more'; 1013 - btn.textContent = ' 広げて読む ▼';1013 + btn.textContent = '続きを読む ▼'; 1014 1014 btn.addEventListener('click', function() { 1015 1015 var isExpanded = body.classList.toggle('expanded'); 1016 - btn.textContent = isExpanded ? '折りたたむ ▲' : ' 広げて読む ▼';1016 + btn.textContent = isExpanded ? '折りたたむ ▲' : '続きを読む ▼'; 1017 1017 }); 1018 1018 body.parentNode.insertBefore(btn, body.nextSibling); 1019 1019 }