This commit is contained in:
2025-06-18 15:24:36 +08:00
parent a231e95997
commit 3d3f583f4b
4 changed files with 15 additions and 7 deletions

View File

@@ -331,7 +331,9 @@ function bf_list() {
}
var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};float: right;">Archiving</a>`
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>'+ArchivingStr);
} else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12) { // 合并期刊
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');