Last modified by Super Admin on 2026/03/22 00:39

From version Icon 23.1 Icon
edited by Super Admin
on 2026/03/09 12:25
Change comment: There is no comment for this version
To version Icon 24.1 Icon
edited by Super Admin
on 2026/03/10 21:30
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -197,7 +197,7 @@
197 197   // 既存ページあり
198 198   document.getElementById('duplicateWarning').style.display = 'block';
199 199   document.getElementById('duplicateLink').href =
200 - '/bin/view/Schools/' + school.code + '/';
200 + '/bin/Schools/' + school.code + '/';
201 201   document.getElementById('submitArea').style.display = 'none';
202 202   } else {
203 203   // 新規作成OK